Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Enumerator for the tabs in the Toolbox. You can get an instance of the interface using the EnumTabs method of the IVsToolbox and IVsToolbox2 interfaces.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")> _
Public Interface IEnumToolboxTabs
'Usage
Dim instance As IEnumToolboxTabs
[InterfaceTypeAttribute()]
[GuidAttribute("CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")]
public interface IEnumToolboxTabs
[InterfaceTypeAttribute()]
[GuidAttribute(L"CC81495D-3C2B-4B1E-82CE-965EA5FCA2A0")]
public interface class IEnumToolboxTabs
public interface IEnumToolboxTabs