Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Declaration
<SoapHeaderAttribute("RequestHeaderValue")> _
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx2", 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)> _
Public Overridable Function GetMetadataEx2 ( _
metadataHave As MetadataTableHaveEntry(), _
<OutAttribute> ByRef dbStamp As String, _
useMaster As Boolean, _
<OutAttribute> ByRef locale As Integer, _
<OutAttribute> ByRef comparisonStyle As Integer, _
<OutAttribute> ByRef mode As Integer _
) As RowSetCollection
[SoapHeaderAttribute("RequestHeaderValue")]
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx2", 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)]
public virtual RowSetCollection GetMetadataEx2(
MetadataTableHaveEntry[] metadataHave,
out string dbStamp,
bool useMaster,
out int locale,
out int comparisonStyle,
out int mode
)
[SoapHeaderAttribute(L"RequestHeaderValue")]
[SoapDocumentMethodAttribute(L"https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx2", 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)]
public:
virtual RowSetCollection^ GetMetadataEx2(
array<MetadataTableHaveEntry>^ metadataHave,
[OutAttribute] String^% dbStamp,
bool useMaster,
[OutAttribute] int% locale,
[OutAttribute] int% comparisonStyle,
[OutAttribute] int% mode
)
[<SoapHeaderAttribute("RequestHeaderValue")>]
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx2", 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)>]
abstract GetMetadataEx2 :
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
useMaster:bool *
locale:int byref *
comparisonStyle:int byref *
mode:int byref -> RowSetCollection
[<SoapHeaderAttribute("RequestHeaderValue")>]
[<SoapDocumentMethodAttribute("https://schemas.microsoft.com/TeamFoundation/2005/06/WorkItemTracking/ClientServices/03/GetMetadataEx2", 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)>]
override GetMetadataEx2 :
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
useMaster:bool *
locale:int byref *
comparisonStyle:int byref *
mode:int byref -> RowSetCollection
public function GetMetadataEx2(
metadataHave : MetadataTableHaveEntry[],
dbStamp : String,
useMaster : boolean,
locale : int,
comparisonStyle : int,
mode : int
) : RowSetCollection
Parameters
- metadataHave
Type: array<Microsoft.TeamFoundation.WorkItemTracking.Proxy.MetadataTableHaveEntry[]
- dbStamp
Type: System.String%
- useMaster
Type: System.Boolean
- locale
Type: System.Int32%
- comparisonStyle
Type: System.Int32%
- mode
Type: System.Int32%
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.