Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
<GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSimpleBrowseComponentSet _
Inherits IVsBrowseComponentSet
'Usage
Dim instance As IVsSimpleBrowseComponentSet
[GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")]
[InterfaceTypeAttribute()]
public interface IVsSimpleBrowseComponentSet : IVsBrowseComponentSet
[GuidAttribute(L"B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")]
[InterfaceTypeAttribute()]
public interface class IVsSimpleBrowseComponentSet : IVsBrowseComponentSet
public interface IVsSimpleBrowseComponentSet extends IVsBrowseComponentSet