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

 

Initializes a new instance of ProvideStaticToolboxItemAttribute with the specified data.

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
)

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.

Return to top
Show: