ProvideStaticToolboxItemAttribute Constructors

Definition

Overloads

ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32)

Initializes a new instance of ProvideStaticToolboxItemAttribute with the specified data.

ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String)

Initializes a new instance of ProvideStaticToolboxItemAttribute with multitargeting metadata.

ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32)

Initializes a new instance of ProvideStaticToolboxItemAttribute with the specified data.

public:
 ProvideStaticToolboxItemAttribute(System::String ^ groupId, System::String ^ name, System::String ^ id, System::String ^ formats, System::String ^ helpKeyword, System::String ^ bitmapResourceId, int transparentColor);
public:
 ProvideStaticToolboxItemAttribute(Platform::String ^ groupId, Platform::String ^ name, Platform::String ^ id, Platform::String ^ formats, Platform::String ^ helpKeyword, Platform::String ^ bitmapResourceId, int transparentColor);
 ProvideStaticToolboxItemAttribute(std::wstring const & groupId, std::wstring const & name, std::wstring const & id, std::wstring const & formats, std::wstring const & helpKeyword, std::wstring const & bitmapResourceId, int transparentColor);
public ProvideStaticToolboxItemAttribute (string groupId, string name, string id, string formats, string helpKeyword, string bitmapResourceId, int transparentColor);
new Microsoft.VisualStudio.Shell.ProvideStaticToolboxItemAttribute : string * string * string * string * string * string * int -> Microsoft.VisualStudio.Shell.ProvideStaticToolboxItemAttribute
Public Sub New (groupId As String, name As String, id As String, formats As String, helpKeyword As String, bitmapResourceId As String, transparentColor As Integer)

Parameters

groupId
String

The group ID.

name
String

The name.

id
String

The ID

formats
String

The formats.

helpKeyword
String

The help keyword.

bitmapResourceId
String

The bitmap resource ID.

transparentColor
Int32

The color.

Applies to

ProvideStaticToolboxItemAttribute(String, String, String, String, String, String, Int32, String, String, String, String)

Initializes a new instance of ProvideStaticToolboxItemAttribute with multitargeting metadata.

public:
 ProvideStaticToolboxItemAttribute(System::String ^ groupId, System::String ^ name, System::String ^ id, System::String ^ formats, System::String ^ helpKeyword, System::String ^ bitmapResourceId, int transparentColor, System::String ^ assemblyName, System::String ^ typeName, System::String ^ targetedItemProvider, System::String ^ supportedFrameworks);
public:
 ProvideStaticToolboxItemAttribute(Platform::String ^ groupId, Platform::String ^ name, Platform::String ^ id, Platform::String ^ formats, Platform::String ^ helpKeyword, Platform::String ^ bitmapResourceId, int transparentColor, Platform::String ^ assemblyName, Platform::String ^ typeName, Platform::String ^ targetedItemProvider, Platform::String ^ supportedFrameworks);
 ProvideStaticToolboxItemAttribute(std::wstring const & groupId, std::wstring const & name, std::wstring const & id, std::wstring const & formats, std::wstring const & helpKeyword, std::wstring const & bitmapResourceId, int transparentColor, std::wstring const & assemblyName, std::wstring const & typeName, std::wstring const & targetedItemProvider, std::wstring const & supportedFrameworks);
public ProvideStaticToolboxItemAttribute (string groupId, string name, string id, string formats, string helpKeyword, string bitmapResourceId, int transparentColor, string assemblyName, string typeName, string targetedItemProvider, string supportedFrameworks);
new Microsoft.VisualStudio.Shell.ProvideStaticToolboxItemAttribute : string * string * string * string * string * string * int * string * string * string * string -> Microsoft.VisualStudio.Shell.ProvideStaticToolboxItemAttribute
Public Sub New (groupId As String, name As String, id As String, formats As String, helpKeyword As String, bitmapResourceId As String, transparentColor As Integer, assemblyName As String, typeName As String, targetedItemProvider As String, supportedFrameworks As String)

Parameters

groupId
String

The group ID.

name
String

The name.

id
String

The ID.

formats
String

The formats.

helpKeyword
String

The help keyword.

bitmapResourceId
String

The bitmap resource ID.

transparentColor
Int32

The color.

assemblyName
String

The assembly name.

typeName
String

The type name.

targetedItemProvider
String

The targeted item provider.

supportedFrameworks
String

The supported frameworks.

Applies to