Partilhar via


Método PropertiesCollection.ICollection<KeyValuePair<String, Object>>.Add

Namespace:  Microsoft.VisualStudio.Services.WebApi
Assembly:  Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)

Sintaxe

'Declaração
Private Sub Add ( _
    keyValuePair As KeyValuePair(Of String, Object) _
) Implements ICollection(Of KeyValuePair(Of String, Object)).Add
void ICollection<KeyValuePair<string, Object>>.Add(
    KeyValuePair<string, Object> keyValuePair
)

Parâmetros

Implementações

ICollection<T>.Add(T)

Segurança do .NET Framework

Consulte também

Referência

PropertiesCollection Classe

Namespace Microsoft.VisualStudio.Services.WebApi