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

.NET Framework Security

See Also

Reference

ClientService Class

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace