This documentation is archived and is not being maintained.

PropertiesCollection Class

Visual Studio 2013

System::Object
  Microsoft.VisualStudio.Services.WebApi::PropertiesCollection

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.

  NameDescription
Public methodAdd
Public methodClear
Public methodContainsKey
Public methodContainsValue
Public methodEquals (Overrides Object::Equals(Object).)
Public methodGetHashCode (Overrides Object::GetHashCode().)
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetValue<T>
Public methodRemove
Public methodToStringReturns a string that represents the current object. (Inherited from Object.)
Public methodTryGetValue(String, Object%)
Public methodTryGetValue<T>(String, T%)
Top

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: