次の方法で共有


HitTestInfo.UserData プロパティ

定義

HitTestInfo に関連付けられたユーザー データを取得します。

public:
 property System::Collections::IDictionary ^ UserData { System::Collections::IDictionary ^ get(); };
[System.ComponentModel.Browsable(false)]
public System.Collections.IDictionary UserData { get; }
[<System.ComponentModel.Browsable(false)>]
member this.UserData : System.Collections.IDictionary
Public ReadOnly Property UserData As IDictionary

プロパティ値

IDictionary

ユーザー データの新しいディクショナリ、または既存のユーザー データへの参照。

属性

注釈

UserData に関するユーザー情報を格納するには、HitTestInfo を使用します。 ユーザー データが格納されていない場合に UserData を呼び出すと、使用するための新しい空のディクショナリが作成されます。

適用対象