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 GetMetadataEx ( _
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 callerIdentity As String, _
<OutAttribute> ByRef callerIdentitySid As String _
)
public void GetMetadataEx(
string requestId,
bool useMaster,
MetadataTableHaveEntry[] metadataHave,
out string dbStamp,
out IMetadataRowSets metadata,
out int locale,
out int comparisonStyle,
out string callerIdentity,
out string callerIdentitySid
)
public:
void GetMetadataEx(
String^ requestId,
bool useMaster,
array<MetadataTableHaveEntry>^ metadataHave,
[OutAttribute] String^% dbStamp,
[OutAttribute] IMetadataRowSets^% metadata,
[OutAttribute] int% locale,
[OutAttribute] int% comparisonStyle,
[OutAttribute] String^% callerIdentity,
[OutAttribute] String^% callerIdentitySid
)
member GetMetadataEx :
requestId:string *
useMaster:bool *
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
metadata:IMetadataRowSets byref *
locale:int byref *
comparisonStyle:int byref *
callerIdentity:string byref *
callerIdentitySid:string byref -> unit
public function GetMetadataEx(
requestId : String,
useMaster : boolean,
metadataHave : MetadataTableHaveEntry[],
dbStamp : String,
metadata : IMetadataRowSets,
locale : int,
comparisonStyle : int,
callerIdentity : String,
callerIdentitySid : String
)
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%
- callerIdentity
Type: System.String%
- callerIdentitySid
Type: System.String%
.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.