IVsBrowseContainersList Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides information about a container in a list of containers or finds the container of a component.
public interface class IVsBrowseContainersList
public interface class IVsBrowseContainersList
__interface IVsBrowseContainersList
[System.Runtime.InteropServices.Guid("288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBrowseContainersList
[<System.Runtime.InteropServices.Guid("288F2A0C-B2E5-4799-9B9C-24E6EFCEFBF4")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBrowseContainersList = interface
Public Interface IVsBrowseContainersList
- Attributes
Methods
FindContainer(VSCOMPONENTSELECTORDATA[], UInt32) |
Finds a container of a component. |
GetContainerData(UInt32, VSCOMPONENTSELECTORDATA[]) |
Provides data about a component found using FindContainer(VSCOMPONENTSELECTORDATA[], UInt32). |