RichTextBox for UWP/WinRT
比較演算子(より大きい) オペレータ

構文
'宣言
 
Public Operator >( _
   ByVal pointer1 As C1TextPointer, _
   ByVal pointer2 As C1TextPointer _
) As System.Boolean
public System.bool operator >( 
   C1TextPointer pointer1,
   C1TextPointer pointer2
)

パラメータ

pointer1
pointer2
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1TextPointer クラス
C1TextPointer メンバ

Send Feedback