다음을 통해 공유


MediaFrameSourceInfo.Properties 속성

정의

MediaFrameSource에 대한 속성의 읽기 전용 맵을 가져옵니다.

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

미디어 프레임 원본에 대한 속성의 읽기 전용 맵입니다.

적용 대상