ProvideToolboxItemDiscoveryAttribute Constructor (String^, String^, Type^, Type^, array<String^>^)

 

Initializes a new instance of the ProvideToolboxItemDiscoveryAttribute class.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
ProvideToolboxItemDiscoveryAttribute(
	String^ name,
	String^ helpKeyword,
	Type^ discoveryType,
	Type^ itemCreatorType,
	array<String^>^ frameworksToEnumerate
)

Parameters

name
Type: System::String^

Name of this item type (for example, ".NET Framework Components"). If localizable, this parameter is a resource identifier.

helpKeyword
Type: System::String^

Help keyword for this item type.

discoveryType
Type: System::Type^

Type of a class implementing IToolboxItemDiscovery.

itemCreatorType
Type: System::Type^

Type of a class implementing IToolboxItemCreator.

frameworksToEnumerate
Type: array<System::String^>^

A collection of framework identifiers indicating the frameworks that should be enumerated to populate the list in this item type's Choose Toolbox Items page.

Provides the name of this item type (for example, ".NET Framework Components"). If localizable, this should be a resource ID.

Return to top
Show: