WorkItemServer.GetStoredQueryItems Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
‘선언
Public Sub GetStoredQueryItems ( _
requestId As String, _
rowVersion As Long, _
projectId As Integer, _
<OutAttribute> ByRef queriesDataSet As RowSetCollection _
)
public void GetStoredQueryItems(
string requestId,
long rowVersion,
int projectId,
out RowSetCollection queriesDataSet
)
public:
void GetStoredQueryItems(
String^ requestId,
long long rowVersion,
int projectId,
[OutAttribute] RowSetCollection^% queriesDataSet
)
member GetStoredQueryItems :
requestId:string *
rowVersion:int64 *
projectId:int *
queriesDataSet:RowSetCollection byref -> unit
public function GetStoredQueryItems(
requestId : String,
rowVersion : long,
projectId : int,
queriesDataSet : RowSetCollection
)
Parameters
- requestId
Type: System.String
- 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.