다음을 통해 공유


IIndexableContent.Properties 속성

정의

콘텐츠 속성을 가져옵니다.

public:
 property IMap<Platform::String ^, Platform::Object ^> ^ Properties { IMap<Platform::String ^, Platform::Object ^> ^ get(); };
IMap<winrt::hstring, IInspectable const&> Properties();
public IDictionary<string,object> Properties { get; }
var iMap = iIndexableContent.properties;
Public ReadOnly Property Properties As IDictionary(Of String, Object)

속성 값

IMap<String,Object>

IDictionary<String,Object>

IMap<Platform::String,Platform::Object>

IMap<winrt::hstring,IInspectable>

키-값 쌍의 으로 표현되는 속성의 컬렉션입니다.

설명

이 형식에 대한 액세스는 읽기 전용이지만 읽기/쓰기 맵을 반환합니다.

적용 대상

추가 정보