IVsToolbox7 Interface

Definition

public interface class IVsToolbox7 : Microsoft::VisualStudio::Shell::Interop::IVsToolbox6
public interface class IVsToolbox7 : Microsoft::VisualStudio::Shell::Interop::IVsToolbox6
__interface IVsToolbox7 : Microsoft::VisualStudio::Shell::Interop::IVsToolbox6
[System.Runtime.InteropServices.Guid("58928E40-8514-42EE-8EFA-F5CEEEBBF653")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolbox7 : Microsoft.VisualStudio.Shell.Interop.IVsToolbox6
[<System.Runtime.InteropServices.Guid("58928E40-8514-42EE-8EFA-F5CEEEBBF653")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolbox7 = interface
    interface IVsToolbox6
Public Interface IVsToolbox7
Implements IVsToolbox6
Attributes
Implements

Properties

IsFiltered

Methods

AddItem2Async(IDataObject, TBXITEMINFO[], String, Guid)
AddItemToDesigner(IDataObject)
CopyToClipboard(IDataObject)
EnumTabIDs()
GetAsyncState()
GetBitmapBackground(IDataObject)
GetUnresolvedItemName(IDataObject)
GetUnresolvedTabName(String)
IsItemFilteredInvisible(IDataObject)
IsTabVisible(String, Boolean)
MoveItem(IDataObject, IDataObject)
MoveItemToTab(IDataObject, String)
MoveTab(String, String)
PasteFromClipboard(String, IDataObject)
RemovePackageContent(Guid)
RenameItem(IDataObject, String)
RenameTab(String, String)
ResetToolbox(Boolean)

Applies to