IVsToolboxPageChooser Interface

Definition

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

public interface class IVsToolboxPageChooser
public interface class IVsToolboxPageChooser
__interface IVsToolboxPageChooser
[System.Runtime.InteropServices.Guid("652C0D0F-217E-46E8-9B85-0EC52279DA8F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolboxPageChooser
[<System.Runtime.InteropServices.Guid("652C0D0F-217E-46E8-9B85-0EC52279DA8F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolboxPageChooser = interface
Public Interface IVsToolboxPageChooser
Attributes

Remarks

This type is implemented by designers that implement IVsToolboxUser.

Methods

GetPreferredToolboxPage(Guid)

Gets the GUID of the preferred toolbox page.

Applies to