'宣言 Public Function GetIndexAt( _ ByVal screenPoint As Windows.Foundation.Point _ ) As System.Integer
public System.int GetIndexAt( Windows.Foundation.Point screenPoint )
パラメータ
- screenPoint
- このコントロールに相対的な画面内のポイント。
戻り値の型
項目のインデックス。そうでない場合は、-1
'宣言 Public Function GetIndexAt( _ ByVal screenPoint As Windows.Foundation.Point _ ) As System.Integer
public System.int GetIndexAt( Windows.Foundation.Point screenPoint )