MediaFrameReference.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 = mediaFrameReference.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>

참조된 프레임에 대한 속성의 맵입니다.

적용 대상