Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 | |
|---|---|---|
![]() |
FindContainer | Finds a container of a component. |
![]() |
GetContainerData | Provides data about a component found using FindContainer. |
Top
.gif)