VersionControlExt Class
This represents the Version Control Extensibility model within Visual Studio.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExt
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
<GuidAttribute("b6a8a10c-80c2-430c-ae3c-ae4029535634")> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class VersionControlExt
[GuidAttribute("b6a8a10c-80c2-430c-ae3c-ae4029535634")]
[ComVisibleAttribute(true)]
public sealed class VersionControlExt
[GuidAttribute(L"b6a8a10c-80c2-430c-ae3c-ae4029535634")]
[ComVisibleAttribute(true)]
public ref class VersionControlExt sealed
[<Sealed>]
[<GuidAttribute("b6a8a10c-80c2-430c-ae3c-ae4029535634")>]
[<ComVisibleAttribute(true)>]
type VersionControlExt = class end
public final class VersionControlExt
The VersionControlExt type exposes the following members.
Properties
Name | Description | |
---|---|---|
Annotate | Returns an object that represents Annotate extensibility. | |
BranchVisualizer | Returns an object that represents Branch Visualizer extensibility. | |
Explorer | Returns an object that represents the Source Control Explorer.Note that the underlying toolwindow may not be there (yet). Use the Created event to be notified when the underlying toolwindow is created. | |
FolderDifference | Returns an object that represents Folder Difference extensibility. | |
History | Returns an object that represents History extensibility. | |
Label | Returns an object that represents Label extensibility. | |
PendingChanges | Returns an object that represents Pending Changes.Note that the underlying toolwindow may not be there (yet). Use the Created event to be notified when the underlying toolwindow is created. | |
SolutionWorkspace | Returns the workspace for the currently open solution. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
FindChangeset | Bring up the Find Changeset dialog and let the user find a changeset. | |
FindShelvesets | Find shelvesets for the specified user. | |
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.) | |
ViewChangesetDetails | Displays the details for a changeset. | |
ViewShelvesetDetails | View the specified shelveset details |
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