WiFiAdapter.FromIdAsync(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
注意
針對發行前產品的部分相關資訊,在產品正式發行時可能會有大幅修改。 針對此處提供的資訊,Microsoft 不做任何明示或默許的擔保。
重要
此 API 將受到即將變更的作業系統行為所影響,其計畫為 2024 年 2024 年。 如需詳細資訊,請參閱 Wi-Fi 存取和位置的 API 行為變更。
靜態方法,起始非同步作業以取得 WiFiAdapter 物件。
請注意,如果您未指定應用程式在應用程式資訊清單中有 wiFiControl 功能,此方法就會失敗。
public:
static IAsyncOperation<WiFiAdapter ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.Overload("FromIdAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<WiFiAdapter> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.Overload("FromIdAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<WiFiAdapter> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of WiFiAdapter)
參數
- deviceId
-
String
Platform::String
winrt::hstring
要擷取之 Wi-Fi 介面卡的裝置識別碼。 透過 Windows.Devices.Enumeration 命名空間取得裝置識別碼。
傳回
非同步取得作業。 成功完成時,會傳回所要求裝置識別碼特定的 WiFiAdapter 物件。
如果您未指定應用程式在應用程式資訊清單中有 wiFiControl 功能,此方法會失敗。
- 屬性
Windows 需求
應用程式功能 |
wiFiControl
|