Share via


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를 호출하여 사용할 새로운 빈 사전을 만듭니다.

적용 대상