NetworkAdapter.GetConnectedProfileAsync Methode

Definition

Ruft das Verbindungsprofil ab, das derzeit dem Netzwerkadapter zugeordnet ist.

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)

Gibt zurück

Das diesem Netzwerkadapter zugeordnete Verbindungsprofil.

Attribute

Gilt für: