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 调用。如果服务 intialized 异步它必须实现用于确定的 Service_Ready 服务时准备用户访问它。 (继承自 ITeamFoundationService。)

页首

请参阅

参考

Microsoft.TeamFoundation.Server.Core 命名空间