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

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ClientServiceProxy Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace