ValueMap.Remove(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.
Removes the parameter that is identified by the given name from the parameter list.
public:
bool Remove(System::String ^ parameterName);
public bool Remove (string parameterName);
member this.Remove : string -> bool
Public Function Remove (parameterName As String) As Boolean
Parameters
- parameterName
- String
The name of the parameter to remove.
Returns
true if the parameter was removed; otherwise, false.