PropertiesCollection.ICollection<KeyValuePair<String, Object>>.Remove Method
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Private Function Remove ( _
keyValuePair As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Remove
bool ICollection<KeyValuePair<string, Object>>.Remove(
KeyValuePair<string, Object> keyValuePair
)
private:
virtual bool Remove(
KeyValuePair<String^, Object^> keyValuePair
) sealed = ICollection<KeyValuePair<String^, Object^>>::Remove
private abstract Remove :
keyValuePair:KeyValuePair<string, Object> -> bool
private override Remove :
keyValuePair:KeyValuePair<string, Object> -> bool
JScript does not support explicit interface implementations.
Parameters
- keyValuePair
Type: System.Collections.Generic.KeyValuePair<String, Object>
Return Value
Type: System.Boolean
Implements
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.