XboxLiveEndpointPairTemplate.Templates 属性

定义

列出应用声明的所有模板的静态属性。 模板在生成时在应用的网络清单中声明,不能在运行时声明或修改。

重要

此 API 并非适用于所有应用。 除非你的开发人员帐户由 Microsoft 专门预配,否则对这些 API 的调用将在运行时失败。

public:
 static property IVectorView<XboxLiveEndpointPairTemplate ^> ^ Templates { IVectorView<XboxLiveEndpointPairTemplate ^> ^ get(); };
static IVectorView<XboxLiveEndpointPairTemplate> Templates();
public static IReadOnlyList<XboxLiveEndpointPairTemplate> Templates { get; }
var iVectorView = XboxLiveEndpointPairTemplate.templates;
Public Shared ReadOnly Property Templates As IReadOnlyList(Of XboxLiveEndpointPairTemplate)

属性值

应用声明的所有模板。

适用于