VCCodeStruct.RemoveTemplateParameter Method

Removes a parameter from a template definition.

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

Syntax

'Declaration
Sub RemoveTemplateParameter ( _
    Element As Object _
)
void RemoveTemplateParameter(
    Object Element
)
void RemoveTemplateParameter(
    Object^ Element
)
abstract RemoveTemplateParameter : 
        Element:Object -> unit
function RemoveTemplateParameter(
    Element : Object
)

Parameters

  • Element
    Type: Object

    The parameter to remove.

.NET Framework Security

See Also

Reference

VCCodeStruct Interface

Microsoft.VisualStudio.VCCodeModel Namespace