XboxLiveEndpointPairTemplate.Templates 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
列出应用声明的所有模板的静态属性。 模板在生成时在应用的网络清单中声明,不能在运行时声明或修改。
重要
此 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)
属性值
应用声明的所有模板。