共用方式為


ITeamFoundationConnectionManager 介面

使用這個服務連接到預設 TF 內容,提示內容的使用者資訊,檢查連線的狀態,移除連接或回應連結事件。

命名空間:  Microsoft.VisualStudio.Services.Integration
組件:  Microsoft.VisualStudio.Services.Integration (在 Microsoft.VisualStudio.Services.Integration.dll 中)

語法

'宣告
<GuidAttribute("E0E7F8CE-55C6-46A0-99A9-2F51EE1E60E0")> _
Public Interface ITeamFoundationConnectionManager
[GuidAttribute("E0E7F8CE-55C6-46A0-99A9-2F51EE1E60E0")]
public interface ITeamFoundationConnectionManager

ITeamFoundationConnectionManager 類型會公開下列成員。

屬性

  名稱 描述
公用屬性 IsConnecting 如果非同步介面在背景,仍會傳回 true。

回頁首

方法

  名稱 描述
公用方法 CancelConnecting 移除以在背景中非同步連接。
公用方法 ClearDefaultConnection 使用這個方法會清除快取最後連接的伺服器。這會導致 Team 總管會顯示為中斷連接。
公用方法 Connect() 載入並連接到在 Visual Studio 的最後 TF 內容。(不會執行,如果對已連接)。
公用方法 Connect(TeamProjectPickerMode, Boolean) 提示使用者選取想要連接的 TF 內容。方法參數會決定哪些層級內容所需的 TP 集合 (、等等)。確定傳遞 true 對非同步,以便實際連接和驗證來取代背景區塊會完成對。

回頁首

事件

  名稱 描述
公用事件 ConnectionCompleted 這個事件時,每當 TF 內容變更和新的伺服器連接完成。
公用事件 ConnectionStarting 這個事件時,每當 TF 內容變更和新的伺服器連接開始。

回頁首

請參閱

參考

Microsoft.VisualStudio.Services.Integration 命名空間