VCCodeUsingAlias.IsTemplate 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.
Determines whether this element is a template.
public:
property bool IsTemplate { bool get(); };
public:
property bool IsTemplate { bool get(); };
[System.Runtime.InteropServices.DispId(585)]
public bool IsTemplate { [System.Runtime.InteropServices.DispId(585)] get; }
[<System.Runtime.InteropServices.DispId(585)>]
[<get: System.Runtime.InteropServices.DispId(585)>]
member this.IsTemplate : bool
Public ReadOnly Property IsTemplate As Boolean
Property Value
true if this element is a template, otherwise false.
- Attributes