次の方法で共有


CallControl.FromId(String) メソッド

定義

渡される DeviceInformation ID で指定されたオーディオ通信デバイスを表す CallControl クラスを返します。

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 ポインターを返す可能性があります。

適用対象