다음을 통해 공유


DisplayAdapter.Properties 속성

정의

디스플레이 어댑터의 속성을 포함하는 컬렉션을 가져옵니다.

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 = displayAdapter.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>

속성을 나타내는 개체의 Guid로 키 지정되는 IMapView입니다.

적용 대상