CatalogWebService.QueryResources Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'宣言
<WebMethodAttribute> _
Public Function QueryResources ( _
    resourceIdentifiers As Guid(), _
    queryOptions As Integer _
) As CatalogData
[WebMethodAttribute]
public CatalogData QueryResources(
    Guid[] resourceIdentifiers,
    int queryOptions
)
[WebMethodAttribute]
public:
CatalogData^ QueryResources(
    array<Guid>^ resourceIdentifiers, 
    int queryOptions
)
[<WebMethodAttribute>]
member QueryResources : 
        resourceIdentifiers:Guid[] * 
        queryOptions:int -> CatalogData 
public function QueryResources(
    resourceIdentifiers : Guid[], 
    queryOptions : int
) : CatalogData

Parameters

Return Value

Type: Microsoft.TeamFoundation.Framework.Server.CatalogData

.NET Framework Security

See Also

Reference

CatalogWebService Class

Microsoft.TeamFoundation.Framework.Server.WebServices Namespace