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)

[GuidAttribute("288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")]
[InterfaceTypeAttribute(1)]
public interface IVsBrowseContainersList

NameDescription
System_CAPS_pubmethodFindContainer(VSCOMPONENTSELECTORDATA[], UInt32)

Finds a container of a component.

System_CAPS_pubmethodGetContainerData(UInt32, VSCOMPONENTSELECTORDATA[])

Provides data about a component found using FindContainer.

Return to top
Show: