VCCodeUnion.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: System.ObjectThe 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.