CodeObject.UserData 속성

정의

현재 개체에 대해 사용자 정의 가능한 데이터를 가져옵니다.

public:
 property System::Collections::IDictionary ^ UserData { System::Collections::IDictionary ^ get(); };
public System.Collections.IDictionary UserData { get; }
member this.UserData : System.Collections.IDictionary
Public ReadOnly Property UserData As IDictionary

속성 값

현재 개체에 대한 사용자 데이터가 들어 있는 IDictionary입니다.

상속자 참고

상속자는 이 사용자 데이터가 저장, 검색 및 사용되는 방식을 디자인할 수 있습니다.

적용 대상