This documentation is archived and is not being maintained.
PropertyBag Class
Visual Studio 2013
Represents an unordered collection of properties and their values.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
The PropertyBag type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetProperty(String) | Gets the property in this collection that has the specified name. |
![]() | GetProperty<T>(String) | Gets the property in this collection that has the specified name. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | HasProperty | Checks whether this collection has a property that has the specified name. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetProperty | Sets a property in this collection to the specified value. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetProperty<T> | Attempts to get a property that has the specified name. |
Show:
