DisplayState.Properties Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reserved for future use.
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)