ClientServiceProxy.QueryWorkitemCount Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/QueryWorkitemCount", RequestNamespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03", _
ResponseNamespace := "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
<SoapHeaderAttribute("RequestHeaderValue")> _
Public Function QueryWorkitemCount ( _
psQuery As XmlElement, _
useMaster As Boolean, _
<OutAttribute> ByRef asOfDate As DateTime, _
metadataHave As MetadataTableHaveEntry(), _
<OutAttribute> ByRef dbStamp As String, _
<OutAttribute> ByRef metadata As RowSetCollection _
) As Integer
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/QueryWorkitemCount", RequestNamespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03",
ResponseNamespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
[SoapHeaderAttribute("RequestHeaderValue")]
public int QueryWorkitemCount(
XmlElement psQuery,
bool useMaster,
out DateTime asOfDate,
MetadataTableHaveEntry[] metadataHave,
out string dbStamp,
out RowSetCollection metadata
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/QueryWorkitemCount", RequestNamespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03",
ResponseNamespace = L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03",
Use = SoapBindingUse::Literal, ParameterStyle = SoapParameterStyle::Wrapped)]
[SoapHeaderAttribute(L"RequestHeaderValue")]
public:
int QueryWorkitemCount(
XmlElement^ psQuery,
bool useMaster,
[OutAttribute] DateTime% asOfDate,
array<MetadataTableHaveEntry>^ metadataHave,
[OutAttribute] String^% dbStamp,
[OutAttribute] RowSetCollection^% metadata
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/QueryWorkitemCount", RequestNamespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03",
ResponseNamespace = "https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)>]
[<SoapHeaderAttribute("RequestHeaderValue")>]
member QueryWorkitemCount :
psQuery:XmlElement *
useMaster:bool *
asOfDate:DateTime byref *
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
metadata:RowSetCollection byref -> int
public function QueryWorkitemCount(
psQuery : XmlElement,
useMaster : boolean,
asOfDate : DateTime,
metadataHave : MetadataTableHaveEntry[],
dbStamp : String,
metadata : RowSetCollection
) : int
Parameters
- psQuery
Type: System.Xml.XmlElement
- useMaster
Type: System.Boolean
- asOfDate
Type: System.DateTime%
- metadataHave
Type: array<Microsoft.TeamFoundation.WorkItemTracking.Proxy.MetadataTableHaveEntry[]
- dbStamp
Type: System.String%
- metadata
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.RowSetCollection%
Return Value
Type: System.Int32
.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.