VersionControlHistory.Show Method (String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Nullable<Boolean>)
Show the history for the specified item in this history tool window.
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, _
userFilter As String, _
versionFrom As VersionSpec, _
versionTo As VersionSpec, _
maxVersions As Integer, _
slotMode As Nullable(Of Boolean) _
)
public void Show(
string serverPath,
VersionSpec version,
int deletionId,
RecursionType recursionType,
string userFilter,
VersionSpec versionFrom,
VersionSpec versionTo,
int maxVersions,
Nullable<bool> slotMode
)
public:
void Show(
String^ serverPath,
VersionSpec^ version,
int deletionId,
RecursionType recursionType,
String^ userFilter,
VersionSpec^ versionFrom,
VersionSpec^ versionTo,
int maxVersions,
Nullable<bool> slotMode
)
member Show :
serverPath:string *
version:VersionSpec *
deletionId:int *
recursionType:RecursionType *
userFilter:string *
versionFrom:VersionSpec *
versionTo:VersionSpec *
maxVersions:int *
slotMode:Nullable<bool> -> unit
public function Show(
serverPath : String,
version : VersionSpec,
deletionId : int,
recursionType : RecursionType,
userFilter : String,
versionFrom : VersionSpec,
versionTo : VersionSpec,
maxVersions : int,
slotMode : Nullable<boolean>
)
Parameters
serverPath
Type: System.StringItem server path
version
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecItem version
deletionId
Type: System.Int32Item deletion ID
recursionType
Type: Microsoft.TeamFoundation.VersionControl.Client.RecursionTypeRecursion type
userFilter
Type: System.StringUser filter
versionFrom
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecThe start of the version range
versionTo
Type: Microsoft.TeamFoundation.VersionControl.Client.VersionSpecThe end of the version range
maxVersions
Type: System.Int32The maximum number of versions to retrieve
slotMode
Type: System.Nullable<Boolean>True to show history for all items that have occupied the requested path
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace