共用方式為


TeamFoundationLinkingService.GetReferencingArtifacts 方法 (TeamFoundationRequestContext, array<String[])

取得參考提供的成品 URL 的成品。

命名空間:  Microsoft.TeamFoundation.Server.Core
組件:  Microsoft.TeamFoundation.Server.Core (在 Microsoft.TeamFoundation.Server.Core.dll 中)

語法

'宣告
Public Function GetReferencingArtifacts ( _
    requestContext As TeamFoundationRequestContext, _
    uriList As String() _
) As Artifact()
public Artifact[] GetReferencingArtifacts(
    TeamFoundationRequestContext requestContext,
    string[] uriList
)

參數

  • uriList
    類型:array<System.String[]
    擷取參考的 URL 成品。

傳回值

類型:array<Microsoft.TeamFoundation.Artifact[]
提供的成品 URL 參考的成品。

.NET Framework 安全性

請參閱

參考

TeamFoundationLinkingService 類別

GetReferencingArtifacts 多載

Microsoft.TeamFoundation.Server.Core 命名空間