XboxLiveEndpointPairTemplate.Templates Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Static property that lists all of the templates declared by the app. Templates are declared in the app's network manifest at build time, and cannot be declared or modified at runtime.
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:
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)
Property Value
All of the templates declared by the app.