ProvideStaticToolboxItemAttribute Constructor (String^, String^, String^, String^, String^, String^, Int32, String^, String^, String^, String^)

 

Initializes a new instance of ProvideStaticToolboxItemAttribute with multitargeting metadata.

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

public:
ProvideStaticToolboxItemAttribute(
	String^ groupId,
	String^ name,
	String^ id,
	String^ formats,
	String^ helpKeyword,
	String^ bitmapResourceId,
	int transparentColor,
	String^ assemblyName,
	String^ typeName,
	String^ targetedItemProvider,
	String^ supportedFrameworks
)

Parameters

groupId
Type: System::String^

The group ID.

name
Type: System::String^

The name.

id
Type: System::String^

The ID.

formats
Type: System::String^

The formats.

helpKeyword
Type: System::String^

The help keyword.

bitmapResourceId
Type: System::String^

The bitmap resource ID.

transparentColor
Type: System::Int32

The color.

assemblyName
Type: System::String^

The assembly name.

typeName
Type: System::String^

The type name.

targetedItemProvider
Type: System::String^

The targeted item provider.

supportedFrameworks
Type: System::String^

The supported frameworks.

Return to top
Show: