Expression Editor for UWP
WordLocationEventArgs コンストラクタ

C1.UWP.ExpressionEditor アセンブリ > C1.Xaml.ExpressionEditor 名前空間 > WordLocationEventArgs クラス : WordLocationEventArgs コンストラクタ
マウスポインタの位置。
単語。
単語の開始位置。
WordEventArgs の新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal loc As Windows.Foundation.Point, _
   ByVal word As System.String, _
   ByVal start As System.Integer _
)
public WordLocationEventArgs( 
   Windows.Foundation.Point loc,
   System.string word,
   System.int start
)

パラメータ

loc
マウスポインタの位置。
word
単語。
start
単語の開始位置。
参照

WordLocationEventArgs クラス
WordLocationEventArgs メンバ