This documentation is archived and is not being maintained.
VersionControlHistory Class
Visual Studio 2013
Wrapper for a History tool window.
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseToolWindowExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlHistory
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseToolWindowExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlHistory
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlHistory type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveChannel | Get/set the active channel in this history tool window. |
![]() | DeletionId | Get the deletion ID of the file displayed in this history tool window. |
![]() | IsBusy | Returns true if any channel is currently retrieving history. |
![]() | ItemPath | Get the item path of the file displayed in this history tool window. This may be a server path or local path. |
![]() | MaxVersions | Get the max versions for this history tool window. |
![]() | RecursionType | Get the recursion type for this history tool window. |
![]() | SelectedChangesets | Get the selected changesets from the changesets channel. |
![]() | SelectedLabels | Get the selected labels from the labels channel. |
![]() | SlotMode | Get the slot mode flag for this history tool window. |
![]() | UserFilter | Get the user filter for this history tool window. |
![]() | VersionFrom | Get the version from for this history tool window. |
![]() | VersionSpec | Get the version of the file displayed in this history tool window. |
![]() | VersionTo | Get the version to for this history tool window. |
![]() | VsWindowFrame | Get the IVsWindowFrame for this tool window. (Inherited from VersionControlBaseToolWindowExt.) |
| Name | Description | |
|---|---|---|
![]() | Close | Close this history tool window. |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Refresh | Refresh this history tool window. |
![]() | Show(String, VersionSpec, Int32, RecursionType) | Show history for the specified item. |
![]() | Show(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Nullable<Boolean>) | Show the history for the specified item in this history tool window. |
![]() | Stop | Stop the current history retrieval operation. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
