VersionControlExplorerExt Class
This represents the Version Control Explorer.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlBaseExt
Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExplorerExt
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public NotInheritable Class VersionControlExplorerExt _
Inherits VersionControlBaseExt
public sealed class VersionControlExplorerExt : VersionControlBaseExt
public ref class VersionControlExplorerExt sealed : public VersionControlBaseExt
[<Sealed>]
type VersionControlExplorerExt =
class
inherit VersionControlBaseExt
end
public final class VersionControlExplorerExt extends VersionControlBaseExt
The VersionControlExplorerExt type exposes the following members.
Properties
Name | Description | |
---|---|---|
Connected | True if the source contorl explorere is connected to a Team Foundation server | |
CurrentFolderItem | Get the currently selected folder in the Version Control Explorer | |
SelectedItems | Get the currently selected items in the Version Control Explorer | |
ShowDeletedItems | Specifies if deleted items are shown in the Source Control Explorer | |
VsWindowFrame | Get the IVsWindowFrame for this tool window. | |
Workspace | Get the workspace currently being viewed in the Version Control Explorer |
Top
Methods
Name | Description | |
---|---|---|
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.) | |
Navigate | Sets the current folder in the Source Control explorer to the specified server path | |
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.) |
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