ClientServiceProxy.GetMetadataEx 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/GetMetadataEx", 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 Overridable Function GetMetadataEx ( _
    metadataHave As MetadataTableHaveEntry(), _
    <OutAttribute> ByRef dbStamp As String, _
    useMaster As Boolean, _
    <OutAttribute> ByRef locale As Integer, _
    <OutAttribute> ByRef comparisonStyle As Integer, _
    <OutAttribute> ByRef callerIdentity As String, _
    <OutAttribute> ByRef callerIdentitySid As String _
) As RowSetCollection
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx", 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 virtual RowSetCollection GetMetadataEx(
    MetadataTableHaveEntry[] metadataHave,
    out string dbStamp,
    bool useMaster,
    out int locale,
    out int comparisonStyle,
    out string callerIdentity,
    out string callerIdentitySid
)
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx", 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:
virtual RowSetCollection^ GetMetadataEx(
    array<MetadataTableHaveEntry>^ metadataHave, 
    [OutAttribute] String^% dbStamp, 
    bool useMaster, 
    [OutAttribute] int% locale, 
    [OutAttribute] int% comparisonStyle, 
    [OutAttribute] String^% callerIdentity, 
    [OutAttribute] String^% callerIdentitySid
)
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx", 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")>]
abstract GetMetadataEx : 
        metadataHave:MetadataTableHaveEntry[] * 
        dbStamp:string byref * 
        useMaster:bool * 
        locale:int byref * 
        comparisonStyle:int byref * 
        callerIdentity:string byref * 
        callerIdentitySid:string byref -> RowSetCollection 
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx", 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")>]
override GetMetadataEx : 
        metadataHave:MetadataTableHaveEntry[] * 
        dbStamp:string byref * 
        useMaster:bool * 
        locale:int byref * 
        comparisonStyle:int byref * 
        callerIdentity:string byref * 
        callerIdentitySid:string byref -> RowSetCollection 
public function GetMetadataEx(
    metadataHave : MetadataTableHaveEntry[], 
    dbStamp : String, 
    useMaster : boolean, 
    locale : int, 
    comparisonStyle : int, 
    callerIdentity : String, 
    callerIdentitySid : String
) : RowSetCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.RowSetCollection

.NET Framework Security

See Also

Reference

ClientServiceProxy Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace