Share via


XboxLiveEndpointPairTemplate.Templates Property

Definition

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.

Applies to