Classe PropertiesCollection
Hierarquia de herança
System.Object
Microsoft.VisualStudio.Services.WebApi.PropertiesCollection
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (em Microsoft.VisualStudio.Services.WebApi.dll)
Sintaxe
'Declaração
<CollectionDataContractAttribute(Name := "Properties", ItemName := "Property", KeyName := "Key", _
ValueName := "Value")> _
Public NotInheritable Class PropertiesCollection _
Implements IDictionary(Of String, Object), _
ICollection(Of KeyValuePair(Of String, Object)), IEnumerable(Of KeyValuePair(Of String, Object)), _
IEnumerable, ICollection
[CollectionDataContractAttribute(Name = "Properties", ItemName = "Property", KeyName = "Key",
ValueName = "Value")]
public sealed class PropertiesCollection : IDictionary<string, Object>,
ICollection<KeyValuePair<string, Object>>, IEnumerable<KeyValuePair<string, Object>>,
IEnumerable, ICollection
O tipo PropertiesCollection expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
PropertiesCollection() | ||
PropertiesCollection(IDictionary<String, Object>) |
Superior
Propriedades
Nome | Descrição | |
---|---|---|
Count | ||
Item | ||
Keys | ||
Values |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Add | ||
Clear | ||
ContainsKey | ||
ContainsValue | ||
Equals | (Substitui Object.Equals(Object).) | |
GetHashCode | (Substitui Object.GetHashCode().) | |
GetType | Obtém Type da instância atual. (Herdado de Object.) | |
GetValue<T> | ||
Remove | ||
ToString | Retorna uma cadeia de caracteres que representa o objeto atual. (Herdado de Object.) | |
TryGetValue(String, Object%) | ||
TryGetValue<T>(String, T%) |
Superior
Implementações explícitas da interface
Superior
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.