This documentation is archived and is not being maintained.
VersionControlAnnotateExt Class
Visual Studio 2013
Encapsulate the Annotate extensibility object
System::Object
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlAnnotateExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl::VersionControlAnnotateExt
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
The VersionControlAnnotateExt type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ActiveWindow | Get the most recently used annotate tool window. This will return null if there is no active window. |
![]() | WindowList | Returns an array of objects each representing an Annotate tool window. |
| Name | Description | |
|---|---|---|
![]() | AnnotateFile | Annotate the specified file. |
![]() | 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.) |
![]() | 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 an annotate window has changed. |
![]() | WindowClosing | Raised when an annotate window is closing. |
![]() | WindowCreated | Raised when an annotate window is created. |
Show:
