IVsToolboxPageChooser Interface

Provides a method that Visual Studio uses to get the preferred toolbox page.

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

Syntax

'Declaration
<GuidAttribute("652C0D0F-217E-46E8-9B85-0EC52279DA8F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsToolboxPageChooser
[GuidAttribute("652C0D0F-217E-46E8-9B85-0EC52279DA8F")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolboxPageChooser
[GuidAttribute(L"652C0D0F-217E-46E8-9B85-0EC52279DA8F")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsToolboxPageChooser
[<GuidAttribute("652C0D0F-217E-46E8-9B85-0EC52279DA8F")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolboxPageChooser =  interface end
public interface IVsToolboxPageChooser

The IVsToolboxPageChooser type exposes the following members.

Methods

  Name Description
Public method GetPreferredToolboxPage Gets the GUID of the preferred toolbox page.

Top

Remarks

This type is implemented by designers that implement IVsToolboxUser.

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace