IToolboxItemDiscoveryFactory.ItemCreator Property

Definition

Gets the object that is used to create new toolbox items and get information about existing toolbox items.

public:
 property Microsoft::VisualStudio::Shell::IToolboxItemCreator ^ ItemCreator { Microsoft::VisualStudio::Shell::IToolboxItemCreator ^ get(); };
public:
 property Microsoft::VisualStudio::Shell::IToolboxItemCreator ^ ItemCreator { Microsoft::VisualStudio::Shell::IToolboxItemCreator ^ get(); };
public Microsoft.VisualStudio.Shell.IToolboxItemCreator ItemCreator { get; }
member this.ItemCreator : Microsoft.VisualStudio.Shell.IToolboxItemCreator
Public ReadOnly Property ItemCreator As IToolboxItemCreator

Property Value

Remarks

This property may be accessed on a background thread.

Applies to