Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Syntax
'Declaration
Private Function Contains ( _
keyValuePair As KeyValuePair(Of String, Object) _
) As Boolean Implements ICollection(Of KeyValuePair(Of String, Object)).Contains
bool ICollection<KeyValuePair<string, Object>>.Contains(
KeyValuePair<string, Object> keyValuePair
)
private:
virtual bool Contains(
KeyValuePair<String^, Object^> keyValuePair
) sealed = ICollection<KeyValuePair<String^, Object^>>::Contains
private abstract Contains :
keyValuePair:KeyValuePair<string, Object> -> bool
private override Contains :
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.