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
- resourceIdentifiers
Type: array<System.Guid[]
- queryOptions
Type: System.Int32
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.CatalogData
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.Framework.Server.WebServices Namespace