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

属性值

用户数据的新字典,或对现有用户数据的引用。

属性

注解

用于 存储有关 /a0> 的用户信息。 如果未存储任何用户数据,则调用 UserData 将创建一个新的空字典以供使用。

适用于