IVsToolboxPageChooser 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 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. |