CodeProperty2.RemoveParameter(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 the property's signature.
public:
void RemoveParameter(System::Object ^ Element);
public:
void RemoveParameter(Platform::Object ^ Element);
void RemoveParameter(winrt::Windows::Foundation::IInspectable const & Element);
[System.Runtime.InteropServices.DispId(208)]
public void RemoveParameter (object Element);
[<System.Runtime.InteropServices.DispId(208)>]
abstract member RemoveParameter : obj -> unit
Public Sub RemoveParameter (Element As Object)
Parameters
- Element
- Object
The parameter to remove.
- Attributes
Remarks
Note
The values of code model elements such as classes, structs, functions, attributes, delegates, and so forth can be non-deterministic after making certain kinds of edits, meaning that their values cannot be relied upon to always remain the same.