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 _
)
用法
Dim instance As VCCodeStruct
Dim Element As Object
instance.RemoveTemplateParameter(Element)
void RemoveTemplateParameter(
    Object Element
)
void RemoveTemplateParameter(
    Object^ Element
)
function RemoveTemplateParameter(
    Element : Object
)
Parameters
Element
Type: System.ObjectThe parameter to remove.
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.