Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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)
Syntax
'Declaration
<ObsoleteAttribute("Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")> _
Public Interface IProjectContext
[ObsoleteAttribute("Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")]
public interface IProjectContext
[ObsoleteAttribute(L"Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")]
public interface class IProjectContext
[<ObsoleteAttribute("Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")>]
type IProjectContext = interface end
public interface IProjectContext
The IProjectContext type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
DomainName | Gets the domain name of the project. |
![]() |
DomainUri | Gets the domain uniform resource identifier (URI) of the project. |
![]() |
ProjectName | Gets the name of the project. |
![]() |
ProjectUri | Gets the URI of the project. |
Top
.gif)