IVsBrowseContainersList Interface

Provides information about a container in a list of containers or finds the container of a component.

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

Syntax

'Declaration
<GuidAttribute("288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")> _
<InterfaceTypeAttribute()> _
Public Interface IVsBrowseContainersList
[GuidAttribute("288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")]
[InterfaceTypeAttribute()]
public interface IVsBrowseContainersList
[GuidAttribute(L"288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")]
[InterfaceTypeAttribute()]
public interface class IVsBrowseContainersList
[<GuidAttribute("288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")>]
[<InterfaceTypeAttribute()>]
type IVsBrowseContainersList =  interface end
public interface IVsBrowseContainersList

The IVsBrowseContainersList type exposes the following members.

Methods

  Name Description
Public method FindContainer Finds a container of a component.
Public method GetContainerData Provides data about a component found using FindContainer.

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace