This documentation is archived and is not being maintained.
TeamPropertiesView Class
Visual Studio 2013
Base abstract class for all team view objects. Team view objects follows facade pattern. In this regard team view objects provide easy way to access complex or domain specific properties that require additional insight on how they are stored in the team property bag and how they should be presented to the outside world. The view objects can consume other view objects, such as a view object that manages Agile experience specific team properties can use another view object that manages work item tracking related properties, that is which work item type in a project represents bug work items, for the team.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
The TeamPropertiesView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Team | The team associated with the view instance. |
![]() | ViewNamespace | Property namespace for the view properties. By default the full name of view type will be the prefix for property names. |
| 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.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetViewProperty | Gets a property value with the view namespace. |
![]() | Initialize | Initializes the view object. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RemoveViewProperty | Remove view property, if it exists. |
![]() | SetViewProperty | Sets a property value with the view namespace. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | TryGetViewProperty | Try get a property value with the view namespace. |
Show:
