ProjectContextExt Class

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
Public property DomainName Returns the display name for a server.
Public property DomainUri Returns the URI for a server.
Public property ProjectName Returns the display name for a project.
Public property ProjectUri Returns the URI for a project.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.VisualStudio.TeamFoundation Namespace