Represents Team Foundation Server project context.
Inheritance Hierarchy
System.Object
  Microsoft.VisualStudio.TeamFoundation.ProjectContextExt
Namespace:  Microsoft.VisualStudio.TeamFoundation
Assembly:  Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
Public NotInheritable Class ProjectContextExt
public sealed class ProjectContextExt
public ref class ProjectContextExt sealed
[<Sealed>]
type ProjectContextExt =  class end
public final class ProjectContextExt
The ProjectContextExt type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | DomainName | Returns the display name for a server. | 
| .gif) | DomainUri | Returns the URI for a server. | 
| .gif) | ProjectName | Returns the display name for a project. | 
| .gif) | ProjectUri | Returns the URI for a project. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | ToString | Returns a string that represents the current object. (Inherited from Object.) | 
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.