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
<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
- metadataHave
Type: array<Microsoft.TeamFoundation.WorkItemTracking.Proxy.MetadataTableHaveEntry[]
- dbStamp
Type: System.String%
- useMaster
Type: System.Boolean
- locale
Type: System.Int32%
- comparisonStyle
Type: System.Int32%
- callerIdentity
Type: System.String%
- callerIdentitySid
Type: System.String%
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.