PointerRoutedEventArgs.Pointer プロパティ

定義

ポインター トークンへの参照を取得します。

public:
 property Pointer ^ Pointer { Pointer ^ get(); };
Pointer Pointer();
public Pointer Pointer { get; }
var pointer = pointerRoutedEventArgs.pointer;
Public ReadOnly Property Pointer As Pointer

プロパティ値

ポインター トークン。

適用対象