TeamFoundationLinkingService 类

链接服务的服务器端版本的实现。

继承层次结构

System.Object
  Microsoft.TeamFoundation.Server.Core.TeamFoundationLinkingService

命名空间:  Microsoft.TeamFoundation.Server.Core
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
<TeamFoundationServiceDependency(GetType(TeamFoundationLocationService))> _
<TeamFoundationServiceDependency(GetType(RegistrationProvider))> _
Public Class TeamFoundationLinkingService _
    Implements ITeamFoundationService, IDisposable
[TeamFoundationServiceDependency(typeof(TeamFoundationLocationService))]
[TeamFoundationServiceDependency(typeof(RegistrationProvider))]
public class TeamFoundationLinkingService : ITeamFoundationService, 
    IDisposable

TeamFoundationLinkingService 类型公开以下成员。

方法

  名称 说明
公共方法 Equals 确定指定的对象是否等于当前对象。 (继承自 Object。)
受保护的方法 Finalize 允许对象在“垃圾回收”回收之前尝试释放资源并执行其他清理操作。 (继承自 Object。)
公共方法 GetArtifacts 获取提供的 URL 的项目。
公共方法 GetArtifactUrl(TeamFoundationRequestContext, ArtifactId) 获取项目的 URL 在链接的可寻址能力。此版本将从位置 services 的服务器 URL。
公共方法 GetArtifactUrl(TeamFoundationRequestContext, String) 获取项目的 URL 在链接的可寻址能力。此版本将从位置 services 的服务器 URL。
公共方法 GetArtifactUrlExternal(TeamFoundationRequestContext, ArtifactId) 获取项目的 URL 在链接的可寻址能力。此版本将从 web.config 的服务器 URL 部件。要生成外部访问的 URL。
公共方法 GetArtifactUrlExternal(TeamFoundationRequestContext, String) 获取项目的 URL 在链接的可寻址能力。此版本将从 web.config 的服务器 URL 部件。要生成外部访问的 URL。
公共方法 GetHashCode 作为默认哈希函数。 (继承自 Object。)
公共方法 GetReferencingArtifacts(TeamFoundationRequestContext, array<String[]) 获取引用提供的项目 URL 的项目。
公共方法 GetReferencingArtifacts(TeamFoundationRequestContext, array<String[], array<LinkFilter[]) 获取引用限制使用提供的筛选器的提供的项目 URL 范围的项目。
公共方法 GetType 获取当前实例的 Type。 (继承自 Object。)
受保护的方法 MemberwiseClone 创建当前 Object 的浅表副本。 (继承自 Object。)
公共方法 ServiceEnd 关闭服务。
公共方法 ServiceStart 启动服务。
公共方法 ToString 返回表示当前对象的字符串。 (继承自 Object。)

页首

显式接口实现  

  名称 说明
显式接口实现私有方法 IDisposable.Dispose

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.TeamFoundation.Server.Core 命名空间