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
'Declaración
<GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSimpleBrowseComponentSet _
Inherits IVsBrowseComponentSet
'Uso
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
[<GuidAttribute("B027F23C-E6B9-415C-ACF0-3D7CFAFCC662")>]
[<InterfaceTypeAttribute()>]
type IVsSimpleBrowseComponentSet =
interface
interface IVsBrowseComponentSet
end
public interface IVsSimpleBrowseComponentSet extends IVsBrowseComponentSet