Removes a parameter from a template definition.
Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)
Syntax
声明
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: System.Object
 The index or name of parameter to remove.
.NET Framework Security
- 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.