ClientServiceProxy.GetWorkItem Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetWorkItem", 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 GetWorkItem ( _
workItemId As Integer, _
revisionId As Integer, _
minimumRevisionId As Integer, _
asOfDate As Nullable(Of DateTime), _
useMaster As Boolean, _
metadataHave As MetadataTableHaveEntry(), _
<OutAttribute> ByRef dbStamp As String, _
<OutAttribute> ByRef metadata As RowSetCollection _
) As RowSetCollection
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetWorkItem", 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 RowSetCollection GetWorkItem(
int workItemId,
int revisionId,
int minimumRevisionId,
Nullable<DateTime> asOfDate,
bool useMaster,
MetadataTableHaveEntry[] metadataHave,
out string dbStamp,
out RowSetCollection metadata
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetWorkItem", 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:
RowSetCollection^ GetWorkItem(
int workItemId,
int revisionId,
int minimumRevisionId,
Nullable<DateTime> asOfDate,
bool useMaster,
array<MetadataTableHaveEntry>^ metadataHave,
[OutAttribute] String^% dbStamp,
[OutAttribute] RowSetCollection^% metadata
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetWorkItem", 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 GetWorkItem :
workItemId:int *
revisionId:int *
minimumRevisionId:int *
asOfDate:Nullable<DateTime> *
useMaster:bool *
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
metadata:RowSetCollection byref -> RowSetCollection
public function GetWorkItem(
workItemId : int,
revisionId : int,
minimumRevisionId : int,
asOfDate : Nullable<DateTime>,
useMaster : boolean,
metadataHave : MetadataTableHaveEntry[],
dbStamp : String,
metadata : RowSetCollection
) : RowSetCollection
Parameters
- workItemId
Type: System.Int32
- revisionId
Type: System.Int32
- minimumRevisionId
Type: System.Int32
- asOfDate
Type: System.Nullable<DateTime>
- useMaster
Type: System.Boolean
- metadataHave
Type: array<Microsoft.TeamFoundation.WorkItemTracking.Proxy.MetadataTableHaveEntry[]
- dbStamp
Type: System.String%
- metadata
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.RowSetCollection%
Return Value
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.