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
Public Sub GetMetadataEx2 ( _
requestId As String, _
useMaster As Boolean, _
metadataHave As MetadataTableHaveEntry(), _
<OutAttribute> ByRef dbStamp As String, _
<OutAttribute> ByRef metadata As IMetadataRowSets, _
<OutAttribute> ByRef locale As Integer, _
<OutAttribute> ByRef comparisonStyle As Integer, _
<OutAttribute> ByRef displayMode As Integer _
)
public void GetMetadataEx2(
string requestId,
bool useMaster,
MetadataTableHaveEntry[] metadataHave,
out string dbStamp,
out IMetadataRowSets metadata,
out int locale,
out int comparisonStyle,
out int displayMode
)
public:
void GetMetadataEx2(
String^ requestId,
bool useMaster,
array<MetadataTableHaveEntry>^ metadataHave,
[OutAttribute] String^% dbStamp,
[OutAttribute] IMetadataRowSets^% metadata,
[OutAttribute] int% locale,
[OutAttribute] int% comparisonStyle,
[OutAttribute] int% displayMode
)
member GetMetadataEx2 :
requestId:string *
useMaster:bool *
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
metadata:IMetadataRowSets byref *
locale:int byref *
comparisonStyle:int byref *
displayMode:int byref -> unit
public function GetMetadataEx2(
requestId : String,
useMaster : boolean,
metadataHave : MetadataTableHaveEntry[],
dbStamp : String,
metadata : IMetadataRowSets,
locale : int,
comparisonStyle : int,
displayMode : int
)
Parameters
- requestId
Type: System.String
- useMaster
Type: System.Boolean
- metadataHave
Type: array<Microsoft.TeamFoundation.WorkItemTracking.Proxy.MetadataTableHaveEntry[]
- dbStamp
Type: System.String%
- metadata
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.IMetadataRowSets%
- locale
Type: System.Int32%
- comparisonStyle
Type: System.Int32%
- displayMode
Type: System.Int32%
.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.