Share via


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

Return Value

Type: System.Boolean

Implements

ICollection<T>.Remove(T)

.NET Framework Security

See Also

Reference

PropertiesCollection Class

Microsoft.VisualStudio.Services.WebApi Namespace