CallControl.FromId(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
會傳回 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 指標。