HitTestInfo.UserData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與 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
屬性值
使用者資料的新字典,或現有使用者資料的參考。
- 屬性
備註
您可以使用 UserData 來儲存與 HitTestInfo 相關的使用者資訊。 如果沒有儲存任何的使用者資料,呼叫 UserData 會建立新的空字典以供使用。