Freigeben über


VCCodeUsingAlias.IsTemplate-Eigenschaft

Bestimmt, ob dieses Element eine Vorlage ist.

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

Eigenschaftswert

Typ: Boolean
true , wenn dieses Element eine Vorlage ist; andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

VCCodeUsingAlias Schnittstelle

Microsoft.VisualStudio.VCCodeModel-Namespace