共用方式為


TeamFoundationCatalogService.QueryResourceTypes 方法

傳回所有的資源類型指定的識別項。 如果是 null 或空白清單傳遞,所有資源類型將會傳回。

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

語法

'宣告
Public Function QueryResourceTypes ( _
    requestContext As TeamFoundationRequestContext, _
    resourceTypeIdentifiers As IEnumerable(Of Guid) _
) As List(Of CatalogResourceType)
public List<CatalogResourceType> QueryResourceTypes(
    TeamFoundationRequestContext requestContext,
    IEnumerable<Guid> resourceTypeIdentifiers
)

參數

傳回值

類型:System.Collections.Generic.List<CatalogResourceType>
所要求之識別項的資源型別。

.NET Framework 安全性

請參閱

參考

TeamFoundationCatalogService 類別

Microsoft.TeamFoundation.Server.Core 命名空間