NetworkAdapter.GetConnectedProfileAsync メソッド

定義

ネットワーク アダプターに現在関連付けられている接続プロファイルを取得します。

public:
 virtual IAsyncOperation<ConnectionProfile ^> ^ GetConnectedProfileAsync() = GetConnectedProfileAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ConnectionProfile> GetConnectedProfileAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ConnectionProfile> GetConnectedProfileAsync();
function getConnectedProfileAsync()
Public Function GetConnectedProfileAsync () As IAsyncOperation(Of ConnectionProfile)

戻り値

このネットワーク アダプターに関連付けられている接続プロファイル。

属性

適用対象