Removes an element associated with specified
key.
[Visual Basic .NET] |
---|
Public Function RemoveKey( _
ByVal Key As String _
) As Boolean
|
[C#] |
---|
public bool RemoveKey(
|
[Managed C++] |
---|
public: bool RemoveKey(
|
[Java] |
---|
public bool removeKey(
|
[Unmanaged C++] |
---|
public: HRESULT RemoveKey(
|
- Key