Share via


VersionControlExt.Explorer Property

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.

Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)

Syntax

'Declaration
Public ReadOnly Property Explorer As VersionControlExplorerExt
public VersionControlExplorerExt Explorer { get; }
public:
property VersionControlExplorerExt^ Explorer {
    VersionControlExplorerExt^ get ();
}
member Explorer : VersionControlExplorerExt with get
function get Explorer () : VersionControlExplorerExt

Property Value

Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlExplorerExt
Returns VersionControlExplorerExt.

.NET Framework Security

See Also

Reference

VersionControlExt Class

Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace