This documentation is archived and is not being maintained.
VersionControlHistoryExt Class
Visual Studio 2013
This represents the History tool window(s).
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlHistoryExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlHistoryExt
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlHistoryExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveWindow | Gets the most recently used history tool window. This will return null if there is no active window. |
![]() | SelectedItems | Obsolete. Gets the currently selected changesets in the History tool window. This property has been deprecated and may be removed in a future version. Please use the VersionControlHistory.SelectedChangesets property instead. |
![]() | WindowList | Returns an array of objects each representing a History tool window. |
| Name | Description | |
|---|---|---|
![]() | Clear | Obsolete. Clears the history 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.) |
![]() | Show(String, VersionSpec, Int32, RecursionType) | Shows history for the specified item. |
![]() | Show(VersionControlServer, String, VersionSpec, Int32, RecursionType) | Obsolete. Shows history for the specified item. |
![]() | Show(String, VersionSpec, Int32, RecursionType, String, VersionSpec, VersionSpec, Int32, Nullable<Boolean>) | Shows history for the specified item. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | SelectionChanged | This event is fired when the selection changes in a version control window. (Inherited from VersionControlBaseExt.) |
![]() | WindowChanged | Raised when a history window content has changed. |
![]() | WindowClosing | Raised when a history window is closing. |
![]() | WindowCreated | Raised when a history window is created. |
Show:
