IVersionControlService.ShowHistory Method

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Function ShowHistory ( _
    items As String(), _
    count As Integer _
) As Integer
int ShowHistory(
    string[] items,
    int count
)
int ShowHistory(
    [InAttribute] array<String^>^ items, 
    int count
)
abstract ShowHistory : 
        items:string[] * 
        count:int -> int
function ShowHistory(
    items : String[], 
    count : int
) : int

Parameters

Return Value

Type: System.Int32
Returns Int32.

.NET Framework Security

See Also

Reference

IVersionControlService Interface

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace