DisplayState.Properties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
将来使用するために予約されています。
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)