ProjectContext 類別
注意:這個應用程式開發介面現在已經過時。
繼承階層架構
System.Object
Microsoft.VisualStudio.TeamFoundation.ProjectContext
命名空間: Microsoft.VisualStudio.TeamFoundation
組件: Microsoft.VisualStudio.TeamFoundation (在 Microsoft.VisualStudio.TeamFoundation.dll 中)
語法
'宣告
<ObsoleteAttribute("Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")> _
Public NotInheritable Class ProjectContext _
Implements IProjectContext
[ObsoleteAttribute("Obsolete and will be removed in the subsequent release, use ITeamFoundationContext.")]
public sealed class ProjectContext : IProjectContext
ProjectContext 類型會公開下列成員。
建構函式
名稱 | 描述 | |
---|---|---|
ProjectContext(String) | ||
ProjectContext(TeamFoundationServer, String, String) | 已過時。 | |
ProjectContext(TfsTeamProjectCollection, String, String) | ||
ProjectContext(String, String, String, String) |
回頁首
屬性
名稱 | 描述 | |
---|---|---|
DomainName | ||
DomainUri | ||
ProjectName | ||
ProjectUri |
回頁首
方法
名稱 | 描述 | |
---|---|---|
Equals | (覆寫 Object.Equals(Object)。) | |
GetHashCode | (覆寫 Object.GetHashCode()。) | |
GetType | 取得目前執行個體的 Type。 (繼承自 Object)。 | |
ToString | 傳回表示目前物件的字串。 (繼承自 Object)。 |
回頁首
執行緒安全
這個類型的任何 Public static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。