Share via


DisplayModeInfo.Properties 属性

定义

获取包含 DisplayModeInfo 的属性的集合。

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

属性值

IMapView<Guid,Object>

IReadOnlyDictionary<Guid,Object>

IMapView<Platform::Guid,Platform::Object>

IMapView<winrt::guid,IInspectable>

表示属性的 对象的 IMapView(由 Guid 键控制)。

适用于