VCCodeUsingAlias::IsTemplate Property

 

Determines whether this element is a template.

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

property bool IsTemplate {
	bool get();
}

Property Value

Type: System::Boolean

true if this element is a template, otherwise false.

Return to top
Show: