VCCodeClass.RemoveTemplateParameter(Object) Method

Definition

Removes a parameter from a template definition.

public:
 void RemoveTemplateParameter(System::Object ^ Element);
public:
 void RemoveTemplateParameter(Platform::Object ^ Element);
void RemoveTemplateParameter(winrt::Windows::Foundation::IInspectable const & Element);
[System.Runtime.InteropServices.DispId(600)]
public void RemoveTemplateParameter (object Element);
[<System.Runtime.InteropServices.DispId(600)>]
abstract member RemoveTemplateParameter : obj -> unit
Public Sub RemoveTemplateParameter (Element As Object)

Parameters

Element
Object

The index or name of parameter to remove.

Attributes

Applies to