VCCodeStruct.TemplateParameters Property

A collection of template parameters.

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

Syntax

'Declaration
ReadOnly Property TemplateParameters As CodeElements
CodeElements TemplateParameters { get; }
property CodeElements^ TemplateParameters {
    CodeElements^ get ();
}
abstract TemplateParameters : CodeElements with get
function get TemplateParameters () : CodeElements

Property Value

Type: EnvDTE.CodeElements
A CodeElements collection.

.NET Framework Security

See Also

Reference

VCCodeStruct Interface

Microsoft.VisualStudio.VCCodeModel Namespace