DisplayView.Properties Property

Definition

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 = displayView.properties;
Public ReadOnly Property Properties As IDictionary(Of Guid, Object)

Property Value

IMap<Guid,Object>

IDictionary<Guid,Object>

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

IMap<winrt::guid,IInspectable>

Applies to