NetworkInformation.FindConnectionProfilesAsync Метод

Определение

Возвращает массив объектов ConnectionProfile , соответствующих критериям фильтрации, определенным в ConnectionProfileFilter.

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))

Параметры

pProfileFilter
ConnectionProfileFilter

Предоставляет критерии фильтрации.

Возвращаемое значение

Массив объектов ConnectionProfile .

Атрибуты

Применяется к

См. также раздел