次の方法で共有


MediaCaptureVideoProfile.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 = mediaCaptureVideoProfile.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>

カスタム属性の読み取り専用マップ。

Windows の要件

デバイス ファミリ
Windows 10, version 1803 (10.0.17134.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v6.0 で導入)

適用対象