ICameraSettingsActivatedEventArgs.VideoDeviceExtension プロパティ

定義

カメラの追加の拡張設定を実装する オブジェクトを取得します。

public:
 property Platform::Object ^ VideoDeviceExtension { Platform::Object ^ get(); };
IInspectable VideoDeviceExtension();
public object VideoDeviceExtension { get; }
var object = iCameraSettingsActivatedEventArgs.videoDeviceExtension;
Public ReadOnly Property VideoDeviceExtension As Object

プロパティ値

Object

Platform::Object

IInspectable

カメラの拡張設定を実装する オブジェクト。

適用対象