VideoDeviceControllerGetDevicePropertyResult.Value 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 物件,表示取得視訊設備控制器驅動程式屬性之作業的結果值。
public:
property Platform::Object ^ Value { Platform::Object ^ get(); };
IInspectable Value();
public object Value { get; }
var object = videoDeviceControllerGetDevicePropertyResult.value;
Public ReadOnly Property Value As Object
屬性值
物件,表示取得視訊設備控制器驅動程式屬性值之作業的結果值。 如果 Status 的值不是 Success,這個值會是 Null。