VCCodeUnion.RemoveTemplateParameter(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(597)]
public void RemoveTemplateParameter (object Element);
[<System.Runtime.InteropServices.DispId(597)>]
abstract member RemoveTemplateParameter : obj -> unit
Public Sub RemoveTemplateParameter (Element As Object)
Parameters
- Element
- Object
The parameter to remove.
- Attributes