IVsToolboxPageChooser Interface
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
<GuidAttribute("652C0D0F-217E-46E8-9B85-0EC52279DA8F")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsToolboxPageChooser
'用途
Dim instance As 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