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
Public property Connected True if the source contorl explorere is connected to a Team Foundation server
Public property CurrentFolderItem Get the currently selected folder in the Version Control Explorer
Public property SelectedItems Get the currently selected items in the Version Control Explorer
Public property ShowDeletedItems Specifies if deleted items are shown in the Source Control Explorer
Public property VsWindowFrame Get the IVsWindowFrame for this tool window.
Public property Workspace Get the workspace currently being viewed in the Version Control Explorer

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method Navigate Sets the current folder in the Source Control explorer to the specified server path
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Events

  Name Description
Public event 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