Share via


VCCodeUsingAlias.IsTemplate Property

Determines whether this element is a template.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property IsTemplate As Boolean
bool IsTemplate { get; }
property bool IsTemplate {
    bool get ();
}
abstract IsTemplate : bool with get
function get IsTemplate () : boolean

Property Value

Type: System.Boolean
true if this element is a template, otherwise false.

.NET Framework Security

See Also

Reference

VCCodeUsingAlias Interface

Microsoft.VisualStudio.VCCodeModel Namespace