ClientService.GetMetadata Method
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Sub GetMetadata ( _
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 _
)
public void GetMetadata(
string requestId,
bool useMaster,
MetadataTableHaveEntry[] metadataHave,
out string dbStamp,
out IMetadataRowSets metadata,
out int locale,
out int comparisonStyle,
out string callerIdentity
)
public:
void GetMetadata(
String^ requestId,
bool useMaster,
array<MetadataTableHaveEntry>^ metadataHave,
[OutAttribute] String^% dbStamp,
[OutAttribute] IMetadataRowSets^% metadata,
[OutAttribute] int% locale,
[OutAttribute] int% comparisonStyle,
[OutAttribute] String^% callerIdentity
)
member GetMetadata :
requestId:string *
useMaster:bool *
metadataHave:MetadataTableHaveEntry[] *
dbStamp:string byref *
metadata:IMetadataRowSets byref *
locale:int byref *
comparisonStyle:int byref *
callerIdentity:string byref -> unit
public function GetMetadata(
requestId : String,
useMaster : boolean,
metadataHave : MetadataTableHaveEntry[],
dbStamp : String,
metadata : IMetadataRowSets,
locale : int,
comparisonStyle : int,
callerIdentity : 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%
.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.