Share via


IVsSimpleBrowseComponentSet Interface

Populates the component set with browsable components, such as Visual Studio projects, external .NET Framework components and type (.tlb) libraries.

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

Syntax

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")> _
Public Interface IVsSimpleBrowseComponentSet _
    Implements IVsBrowseComponentSet
'Utilisation
Dim instance As IVsSimpleBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")]
public interface IVsSimpleBrowseComponentSet : IVsBrowseComponentSet
[InterfaceTypeAttribute()]
[GuidAttribute(L"B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")]
public interface class IVsSimpleBrowseComponentSet : IVsBrowseComponentSet
public interface IVsSimpleBrowseComponentSet extends IVsBrowseComponentSet

See Also

Reference

IVsSimpleBrowseComponentSet Members

Microsoft.VisualStudio.Shell.Interop Namespace