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