XboxLiveEndpointPairTemplate.EndpointPairs Property

Definition

Static property that gets a list of current XboxLiveEndpointPair objects that have been created using this template.

Important

This API is not available to all apps. Unless your developer account is specially provisioned by Microsoft, calls to these APIs will fail at runtime.

public:
 property IVectorView<XboxLiveEndpointPair ^> ^ EndpointPairs { IVectorView<XboxLiveEndpointPair ^> ^ get(); };
IVectorView<XboxLiveEndpointPair> EndpointPairs();
public IReadOnlyList<XboxLiveEndpointPair> EndpointPairs { get; }
var iVectorView = xboxLiveEndpointPairTemplate.endpointPairs;
Public ReadOnly Property EndpointPairs As IReadOnlyList(Of XboxLiveEndpointPair)

Property Value

The list of current endpoint pairs.

Applies to