ToolboxItemDiscoveryContext Enum

Definition

Indicates the context in which IToolboxItemDiscoveryWithContext.GetItemInfo is being called.

public enum class ToolboxItemDiscoveryContext
public enum class ToolboxItemDiscoveryContext
enum ToolboxItemDiscoveryContext
public enum ToolboxItemDiscoveryContext
type ToolboxItemDiscoveryContext = 
Public Enum ToolboxItemDiscoveryContext
Inheritance
ToolboxItemDiscoveryContext

Fields

AutoAddingToToolbox 0

If IToolboxItemDiscoveryWithContext.GetItemInfo returns non-null, the item will be automatically added to the toolbox.

ListingAddableItems 1

If IToolboxItemDiscoveryWithContext.GetItemInfo returns non-null, the item will be added to a list of types in the Choose Toolbox Items dialog which the user may add to the toolbox.

Applies to