VideoDeviceControllerGetDevicePropertyResult VideoDeviceControllerGetDevicePropertyResult VideoDeviceControllerGetDevicePropertyResult VideoDeviceControllerGetDevicePropertyResult Class

Definition

Represents the result of an operation to get the value of a video device controller driver property.

public : sealed class VideoDeviceControllerGetDevicePropertyResult : IVideoDeviceControllerGetDevicePropertyResultpublic sealed class VideoDeviceControllerGetDevicePropertyResult : IVideoDeviceControllerGetDevicePropertyResultPublic NotInheritable Class VideoDeviceControllerGetDevicePropertyResult Implements IVideoDeviceControllerGetDevicePropertyResult// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Creators Update (introduced v10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v4)

Properties

Status Status Status Status

Gets a value that specifies the status of an operation to get the value of a video device controller driver property.

public : VideoDeviceControllerGetDevicePropertyStatus Status { get; }public VideoDeviceControllerGetDevicePropertyStatus Status { get; }Public ReadOnly Property Status As VideoDeviceControllerGetDevicePropertyStatus// You can use this property in JavaScript.
Value
VideoDeviceControllerGetDevicePropertyStatus VideoDeviceControllerGetDevicePropertyStatus VideoDeviceControllerGetDevicePropertyStatus VideoDeviceControllerGetDevicePropertyStatus

A value specifythat specifies the status of an operation to get the value of a video device controller driver property.

Value Value Value Value

Gets an object representing the result value of an operation to get the value of a video device controller driver property.

public : PlatForm::Object Value { get; }public object Value { get; }Public ReadOnly Property Value As object// You can use this property in JavaScript.
Value
PlatForm::Object object object object

An object representing the result value of an operation to get the value of a video device controller driver property. If the value of Status is not Success, this value will be null.