Classe PropertiesCollection
Gerarchia di ereditarietà
System.Object
Microsoft.VisualStudio.Services.WebApi.PropertiesCollection
Spazio dei nomi: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
Sintassi
'Dichiarazione
<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
Il tipo PropertiesCollection espone i seguenti membri.
Costruttori
Nome | Descrizione | |
---|---|---|
PropertiesCollection() | ||
PropertiesCollection(IDictionary<String, Object>) |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Count | ||
Item | ||
Keys | ||
Values |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Add | ||
Clear | ||
ContainsKey | ||
ContainsValue | ||
Equals | (Esegue l'override di Object.Equals(Object)). | |
GetHashCode | (Esegue l'override di Object.GetHashCode()). | |
GetType | Ottiene l'oggetto Type dell'istanza corrente. (Ereditato da Object) | |
GetValue<T> | ||
Remove | ||
ToString | Restituisce una stringa che rappresenta l'oggetto corrente. (Ereditato da Object) | |
TryGetValue(String, Object%) | ||
TryGetValue<T>(String, T%) |
In alto
Implementazioni esplicite dell'interfaccia
In alto
Codice thread safe
Qualsiasi membro static (Shared in Visual Basic) pubblico di questo tipo è thread-safe. I membri di istanza non sono garantiti come thread-safe.