XboxLiveEndpointPairTemplate.EndpointPairs 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
静态属性,用于获取已使用此模板创建的当前 XboxLiveEndpointPair 对象的列表。
重要
此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。
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)
属性值
当前终结点对的列表。