IVsToolbox6 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.
Additional methods used to manage the Toolbox.
public interface class IVsToolbox6
public interface class IVsToolbox6
__interface IVsToolbox6
[System.Runtime.InteropServices.Guid("A403B9B7-34C3-4EEF-B40E-5AC270277D84")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsToolbox6
[<System.Runtime.InteropServices.Guid("A403B9B7-34C3-4EEF-B40E-5AC270277D84")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsToolbox6 = interface
Public Interface IVsToolbox6
- Derived
- Attributes
Properties
IsFiltered |
Gets or sets whether the toolbox is currently filtering items against the active designer and project. This is the inverse of the "Show All" toggle in the context menu. |
Methods
AddItemToDesigner(IDataObject) |
Adds the specified item to the active designer as if it was double-clicked in the toolbox. |
CopyToClipboard(IDataObject) |
Copies the item from the toolbox onto the clipboard. |
EnumTabIDs() |
Retrieves an enumeration of the identifiers for the tabs on the toolbox. |
GetAsyncState() |
Indicate what (if any) asynchronous operations are pending or in progress. |
GetBitmapBackground(IDataObject) |
Retrieves the transparent background color of the specified toolbox item. |
GetUnresolvedItemName(IDataObject) |
Retrieves the "unresolved" name of the specified item. |
GetUnresolvedTabName(String) |
Retrieves the "unresolved" name of the specified tab. |
IsItemFilteredInvisible(IDataObject) |
Indicates whether the specified item is currently invisible due to a search filter. |
IsTabVisible(String, Boolean) |
Indicates whether the specified tab is visible (for example, has any enabled items) in the current context. |
MoveItem(IDataObject, IDataObject) |
Moves the specified toolbox item to a position just before the specified "insertion point" item. If the insertion point is on a different tab, the toolbox item will be moved to that tab. |
MoveItemToTab(IDataObject, String) |
Moves a toolbox item to the end of the specified tab. |
MoveTab(String, String) |
Moves the specified tab before the tab whose identifier is specified by |
PasteFromClipboard(String, IDataObject) |
Pastes the current clipboard contents into the toolbox at the end of the specified tab. |
RemovePackageContent(Guid) |
Removes all items created by the specified package. Groups created by that package are also removed unless they contain items not created by that package. |
RenameItem(IDataObject, String) |
Renames the specified item. |
RenameTab(String, String) |
Renames the specified tab. |
ResetToolbox(Boolean) |
Resets the toolbox to its default state, discarding all user customizations. |