IProjectContext 介面
注意:這個應用程式開發介面現在已經過時。
說明 Team Foundation 連結的內容。
命名空間: Microsoft.TeamFoundation.Client
組件: Microsoft.TeamFoundation.Client (在 Microsoft.TeamFoundation.Client.dll 中)
語法
'宣告
<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
IProjectContext 型別會公開下列成員。
屬性
名稱 | 說明 | |
---|---|---|
DomainName | 取得專案的網域名稱。 | |
DomainUri | 取得網域專案的統一資源識別元 (URI)。 | |
ProjectName | 取得專案的名稱。 | |
ProjectUri | 取得專案的 URI。 |
回頁首