共用方式為


CallControl.FromId(String) 方法

定義

會傳回 CallControl 類別,代表所傳遞 DeviceInformation 識別碼 所指定的音訊通訊裝置。

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 識別碼

傳回

類別,表示指定的音訊通訊裝置。

備註

如果裝置不支援這項功能,這個方法可能會傳回 Null 指標。

適用於