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

속성 값

사용자 데이터에 대한 새 사전 또는 기존 사용자 데이터에 대한 참조입니다.

특성

설명

에 대한 UserData사용자 정보를 저장하는 데 사용합니다HitTestInfo. 사용자 데이터가 저장되지 않은 경우 호출 UserData 하면 사용할 새 빈 사전이 만들어집니다.

적용 대상