DisplayState.Properties 속성

정의

나중에 사용하기 위해 예약되어 있습니다.

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

속성 값

IMap<Guid,Object>

IDictionary<Guid,Object>

IMap<Platform::Guid,Platform::Object>

IMap<winrt::guid,IInspectable>

적용 대상