IVsLiteTree Interface

Represents a lightweight tree control. Used, for example, in the ObjectBrowser and FindSymbol dialogs.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

Syntax

'Declaration
<GuidAttribute("C4158C7D-5052-48D9-8643-7A821BB0F50B")> _
<InterfaceTypeAttribute()> _
Public Interface IVsLiteTree
'Usage
Dim instance As IVsLiteTree
[GuidAttribute("C4158C7D-5052-48D9-8643-7A821BB0F50B")]
[InterfaceTypeAttribute()]
public interface IVsLiteTree
[GuidAttribute(L"C4158C7D-5052-48D9-8643-7A821BB0F50B")]
[InterfaceTypeAttribute()]
public interface class IVsLiteTree
public interface IVsLiteTree

See Also

Reference

IVsLiteTree Members

Microsoft.VisualStudio.Shell.Interop Namespace