ClientService.GetStoredQueries Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Sub GetStoredQueries ( _
requestId As String, _
useMaster As Boolean, _
rowVersion As Long, _
projectId As Integer, _
<OutAttribute> ByRef queriesDataSet As RowSetCollection _
)
public void GetStoredQueries(
string requestId,
bool useMaster,
long rowVersion,
int projectId,
out RowSetCollection queriesDataSet
)
public:
void GetStoredQueries(
String^ requestId,
bool useMaster,
long long rowVersion,
int projectId,
[OutAttribute] RowSetCollection^% queriesDataSet
)
member GetStoredQueries :
requestId:string *
useMaster:bool *
rowVersion:int64 *
projectId:int *
queriesDataSet:RowSetCollection byref -> unit
public function GetStoredQueries(
requestId : String,
useMaster : boolean,
rowVersion : long,
projectId : int,
queriesDataSet : RowSetCollection
)
Parameters
- requestId
Type: System.String
- useMaster
Type: System.Boolean
- rowVersion
Type: System.Int64
- projectId
Type: System.Int32
- queriesDataSet
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.RowSetCollection%
.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.