Freigeben über


PropertiesCollection.ICollection<KeyValuePair<String, Object>>.Remove-Methode

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
)

Parameter

Rückgabewert

Typ: System.Boolean

Implementiert

ICollection<T>.Remove(T)

.NET Framework-Sicherheit

Siehe auch

Referenz

PropertiesCollection Klasse

Microsoft.VisualStudio.Services.WebApi-Namespace