IToolboxItemDiscoveryFactory.ItemCreator Property
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.
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.