Share via


IToolboxItemDiscoveryFactory.ItemCreator Property

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

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.11.0 (in Microsoft.VisualStudio.Shell.Immutable.11.0.dll)

Syntax

'Declaration
ReadOnly Property ItemCreator As IToolboxItemCreator
IToolboxItemCreator ItemCreator { get; }
property IToolboxItemCreator^ ItemCreator {
    IToolboxItemCreator^ get ();
}
abstract ItemCreator : IToolboxItemCreator with get
function get ItemCreator () : IToolboxItemCreator

Property Value

Type: Microsoft.VisualStudio.Shell.IToolboxItemCreator

Remarks

This property can be accessed on a background thread.

.NET Framework Security

See Also

Reference

IToolboxItemDiscoveryFactory Interface

Microsoft.VisualStudio.Shell Namespace