ActivationContext<T>.RemoveParameter(String) 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.
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Removes the parameter by name.
public:
virtual void RemoveParameter(System::String ^ name);
public virtual void RemoveParameter (string name);
abstract member RemoveParameter : string -> unit
override this.RemoveParameter : string -> unit
Public Overridable Sub RemoveParameter (name As String)
Parameters
- name
- String
The name of the parameter to remove.
Exceptions
The name
parameter is a null reference (Nothing in Visual Basic) or empty.
The name
parameter does not contain a valid name.