다음을 통해 공유


ManagementContentNavigator.Properties 속성

정의

현재 관리 콘텐츠 항목이 포함된 사전 개체를 가져옵니다.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ Properties { System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,object> Properties { get; }
member this.Properties : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property Properties As IDictionary(Of String, Object)

속성 값

IDictionary<TKey,TValue> 현재 관리 콘텐츠 항목이 들어 있는 개체입니다.

적용 대상