Share via


ActivationContext<T>.RemoveParameter(String) Method

Definition

[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.

Applies to