VersionControlAnnotateExt Class
Encapsulate the Annotate extensibility object
Inheritance Hierarchy
System.Object
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)
Syntax
'Declaration
Public NotInheritable Class VersionControlAnnotateExt _
Inherits VersionControlBaseExt
public sealed class VersionControlAnnotateExt : VersionControlBaseExt
public ref class VersionControlAnnotateExt sealed : public VersionControlBaseExt
[<Sealed>]
type VersionControlAnnotateExt =
class
inherit VersionControlBaseExt
end
public final class VersionControlAnnotateExt extends VersionControlBaseExt
The VersionControlAnnotateExt type exposes the following members.
Properties
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. |
Top
Methods
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 a hash function for a particular type. (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.) |
Top
Events
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. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace