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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace