VideoDeviceControllerGetDevicePropertyResult 类

定义

表示获取视频设备控制器驱动程序属性的值的操作的结果。

public ref class VideoDeviceControllerGetDevicePropertyResult sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class VideoDeviceControllerGetDevicePropertyResult final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class VideoDeviceControllerGetDevicePropertyResult
Public NotInheritable Class VideoDeviceControllerGetDevicePropertyResult
继承
Object Platform::Object IInspectable VideoDeviceControllerGetDevicePropertyResult
属性

Windows 要求

设备系列
Windows 10 Creators Update (在 10.0.15063.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v4.0 中引入)

属性

Status

获取一个值,该值指定操作的状态以获取视频设备控制器驱动程序属性的值。

Value

获取一个 对象,该对象表示操作的结果值,以获取视频设备控制器驱动程序属性的值。

适用于