NetworkInformation.FindConnectionProfilesAsync Methode

Definition

Gibt ein Array von ConnectionProfile-Objekten zurück, die den von ConnectionProfileFilter definierten Filterkriterien entsprechen.

public:
 static IAsyncOperation<IVectorView<ConnectionProfile ^> ^> ^ FindConnectionProfilesAsync(ConnectionProfileFilter ^ pProfileFilter);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IVectorView<ConnectionProfile>> FindConnectionProfilesAsync(ConnectionProfileFilter const& pProfileFilter);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IReadOnlyList<ConnectionProfile>> FindConnectionProfilesAsync(ConnectionProfileFilter pProfileFilter);
function findConnectionProfilesAsync(pProfileFilter)
Public Shared Function FindConnectionProfilesAsync (pProfileFilter As ConnectionProfileFilter) As IAsyncOperation(Of IReadOnlyList(Of ConnectionProfile))

Parameter

pProfileFilter
ConnectionProfileFilter

Stellt die Filterkriterien bereit.

Gibt zurück

Ein Array von ConnectionProfile-Objekten .

Attribute

Gilt für:

Weitere Informationen