CatalogWebService.QueryResourcesByType Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Декларация
<WebMethodAttribute> _
Public Function QueryResourcesByType ( _
resourceTypes As Guid(), _
propertyFilters As KeyValue(Of String, String)(), _
queryOptions As Integer _
) As CatalogData
[WebMethodAttribute]
public CatalogData QueryResourcesByType(
Guid[] resourceTypes,
KeyValue<string, string>[] propertyFilters,
int queryOptions
)
[WebMethodAttribute]
public:
CatalogData^ QueryResourcesByType(
array<Guid>^ resourceTypes,
array<KeyValue<String^, String^>^>^ propertyFilters,
int queryOptions
)
[<WebMethodAttribute>]
member QueryResourcesByType :
resourceTypes:Guid[] *
propertyFilters:KeyValue<string, string>[] *
queryOptions:int -> CatalogData
public function QueryResourcesByType(
resourceTypes : Guid[],
propertyFilters : KeyValue<String, String>[],
queryOptions : int
) : CatalogData
Parameters
- resourceTypes
Type: array<System.Guid[]
- propertyFilters
Type: array<Microsoft.TeamFoundation.Framework.Server.KeyValue<String, String>[]
- 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