Share via


VersionControlHistory.Show Method (String, VersionSpec, Int32, RecursionType)

Show history for the specified item.

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

Syntax

'Declaration
Public Sub Show ( _
    serverPath As String, _
    version As VersionSpec, _
    deletionId As Integer, _
    recursionType As RecursionType _
)
public void Show(
    string serverPath,
    VersionSpec version,
    int deletionId,
    RecursionType recursionType
)
public:
void Show(
    String^ serverPath, 
    VersionSpec^ version, 
    int deletionId, 
    RecursionType recursionType
)
member Show : 
        serverPath:string * 
        version:VersionSpec * 
        deletionId:int * 
        recursionType:RecursionType -> unit
public function Show(
    serverPath : String, 
    version : VersionSpec, 
    deletionId : int, 
    recursionType : RecursionType
)

Parameters

.NET Framework Security

See Also

Reference

VersionControlHistory Class

Show Overload

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace