CallControl.FromId(String) 方法

定义

返回一个 CallControl 类,该类表示由传递的 DeviceInformation ID 指定的音频通信设备。

public:
 static CallControl ^ FromId(Platform::String ^ deviceId);
 static CallControl FromId(winrt::hstring const& deviceId);
public static CallControl FromId(string deviceId);
function fromId(deviceId)
Public Shared Function FromId (deviceId As String) As CallControl

参数

deviceId
String

Platform::String

winrt::hstring

指定音频通信设备的 DeviceInformation ID

返回

表示指定的音频通信设备的类。

注解

如果设备不支持此功能,此方法可能会返回 NULL 指针。

适用于