Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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: System.Object- The 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.