CatalogWebService.QueryDependents Method
Namespace: Microsoft.TeamFoundation.Framework.Server.WebServices
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'宣告
<WebMethodAttribute> _
Public Function QueryDependents ( _
path As String, _
queryOptions As Integer _
) As CatalogData
[WebMethodAttribute]
public CatalogData QueryDependents(
string path,
int queryOptions
)
[WebMethodAttribute]
public:
CatalogData^ QueryDependents(
String^ path,
int queryOptions
)
[<WebMethodAttribute>]
member QueryDependents :
path:string *
queryOptions:int -> CatalogData
public function QueryDependents(
path : String,
queryOptions : int
) : CatalogData
Parameters
- path
Type: System.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