VCCodeUnion.TemplateParameters Property
Gets a collection of template parameters.
Namespace: Microsoft.VisualStudio.VCCodeModel
Assembly: Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
声明
ReadOnly Property TemplateParameters As CodeElements
用法
Dim instance As VCCodeUnion
Dim value As CodeElements
value = instance.TemplateParameters
CodeElements TemplateParameters { get; }
property CodeElements^ TemplateParameters {
CodeElements^ get ();
}
function get TemplateParameters () : CodeElements
Property Value
Type: CodeElements
A CodeElements collection.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.