VideoDeviceController.GetDeviceProperty(String) 方法

定义

从捕获设备驱动程序获取具有指定 ID 的 属性的值。 可以使用此方法查询特定于特定相机的属性。

public:
 virtual Platform::Object ^ GetDeviceProperty(Platform::String ^ propertyId) = GetDeviceProperty;
IInspectable GetDeviceProperty(winrt::hstring const& propertyId);
public object GetDeviceProperty(string propertyId);
function getDeviceProperty(propertyId)
Public Function GetDeviceProperty (propertyId As String) As Object

参数

propertyId
String

Platform::String

winrt::hstring

要为其检索值的属性的标识符。

返回

Object

Platform::Object

IInspectable

属性值。

注解

常见的设备属性公开为 VideoDeviceController 类的属性。 其他属性在 KSPROPERTYSETID_ExtendedCameraControl 属性集中定义。 旧属性在 PROPSETID_VIDCAP_CAMERACONTROL 属性集中定义。 有关按 ID 访问相机属性的示例,请参阅 扩展控件和元数据示例

适用于

另请参阅