VCCodeStruct.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(598)]
public void RemoveTemplateParameter (object Element);
[<System.Runtime.InteropServices.DispId(598)>]
abstract member RemoveTemplateParameter : obj -> unit
Public Sub RemoveTemplateParameter (Element As Object)

Parameters

Element
Object

The parameter to remove.

Attributes

Applies to