共用方式為


VideoDeviceControllerGetDevicePropertyResult.Value 屬性

定義

取得 物件,表示取得視訊設備控制器驅動程式屬性之作業的結果值。

public:
 property Platform::Object ^ Value { Platform::Object ^ get(); };
IInspectable Value();
public object Value { get; }
var object = videoDeviceControllerGetDevicePropertyResult.value;
Public ReadOnly Property Value As Object

屬性值

Object

Platform::Object

IInspectable

物件,表示取得視訊設備控制器驅動程式屬性值之作業的結果值。 如果 Status 的值不是 Success,這個值會是 Null。

適用於