This documentation is archived and is not being maintained.
PropertiesCollection Class
Visual Studio 2013
Namespace: Microsoft.VisualStudio.Services.WebApi
Assembly: Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)
[CollectionDataContractAttribute(Name = L"Properties", ItemName = L"Property", KeyName = L"Key", ValueName = L"Value")] public ref class PropertiesCollection sealed : IDictionary<String^, Object^>, ICollection<KeyValuePair<String^, Object^>>, IEnumerable<KeyValuePair<String^, Object^>>, IEnumerable, ICollection
The PropertiesCollection type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | ContainsKey | |
![]() | ContainsValue | |
![]() | Equals | (Overrides Object::Equals(Object).) |
![]() | GetHashCode | (Overrides Object::GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue<T> | |
![]() | Remove | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetValue(String, Object%) | |
![]() | TryGetValue<T>(String, T%) |
Top
Show:

