NetworkInformation.GetSortedEndpointPairs Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft eine sortierte Liste von EndpointPair-Objekten ab.
public:
static IVectorView<EndpointPair ^> ^ GetSortedEndpointPairs(IIterable<EndpointPair ^> ^ destinationList, HostNameSortOptions sortOptions);
static IVectorView<EndpointPair> GetSortedEndpointPairs(IIterable<EndpointPair> const& destinationList, HostNameSortOptions const& sortOptions);
public static IReadOnlyList<EndpointPair> GetSortedEndpointPairs(IEnumerable<EndpointPair> destinationList, HostNameSortOptions sortOptions);
function getSortedEndpointPairs(destinationList, sortOptions)
Public Shared Function GetSortedEndpointPairs (destinationList As IEnumerable(Of EndpointPair), sortOptions As HostNameSortOptions) As IReadOnlyList(Of EndpointPair)
Parameter
- destinationList
Eine Liste der zu sortierenden EndpointPair-Objekte .
- sortOptions
- HostNameSortOptions
Gibt Sortieroptionen für das zurückgegebene Array an.
Gibt zurück
Ein sortiertes Array von EndpointPair-Objekten .