ITswaServerHyperlinkService 介面
命名空間: Microsoft.TeamFoundation.Server.Core
組件: Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)
語法
'宣告
<DefaultServiceImplementationAttribute(GetType(TswaServerHyperlinkService))> _
Public Interface ITswaServerHyperlinkService _
Inherits ITeamFoundationService
[DefaultServiceImplementationAttribute(typeof(TswaServerHyperlinkService))]
public interface ITswaServerHyperlinkService : ITeamFoundationService
ITswaServerHyperlinkService 類型會公開下列成員。
方法
名稱 | 描述 | |
---|---|---|
GetHomeUrl | 取得 Team Web Access 根 URL。 | |
GetWorkItemEditorUrl | 取得工作項目編輯器 URL。 | |
ServiceEnd | 呼叫 ServiceEnd,當將滑鼠指標停留在上的主應用程式關閉時,這個服務應該釋放所有資源。 (繼承自 ITeamFoundationService)。 | |
ServiceStart | 當服務已初始化時, ServiceStart 呼叫。如果服務初始化非同步它必須實作用來判斷的 Service_Ready 服務時準備使用者存取它。 (繼承自 ITeamFoundationService)。 |
回頁首