Removes a specified element.
[Visual Basic .NET] |
---|
Public Sub Remove( _ ByVal EventName As String _ ) |
[C#] |
---|
public void Remove( |
[Managed C++] |
---|
public: void Remove( |
[Java] |
---|
public remove( |
[Unmanaged C++] |
---|
public: HRESULT Remove( |
- EventName
- Specify a name of an element to be removed.
Remove an existing parameter set with the specified name.
[C#] | ![]() | |
---|---|---|
|
Remove an existing parameter set with the specified name.
[Visual Basic .NET] | ![]() | |
---|---|---|
|