NetworkInformation.FindConnectionProfilesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of ConnectionProfile objects that match the filtering criteria defined by 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))
Parameters
- pProfileFilter
- ConnectionProfileFilter
Provides the filtering criteria.
Returns
An array of ConnectionProfile objects.
- Attributes