This documentation is archived and is not being maintained.

IProjectContext Interface

Note: This API is now obsolete.

Describes the context for a Team Foundation connection.

Namespace:  Microsoft.TeamFoundation.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

[ObsoleteAttribute(L"Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")]
public interface class IProjectContext

The IProjectContext type exposes the following members.

  NameDescription
Public propertyDomainNameGets the domain name of the project.
Public propertyDomainUriGets the domain uniform resource identifier (URI) of the project.
Public propertyProjectNameGets the name of the project.
Public propertyProjectUriGets the URI of the project.
Top
Show: