Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of ProvideStaticToolboxItemAttribute with the specified data.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Sub New ( _
groupId As String, _
name As String, _
id As String, _
formats As String, _
helpKeyword As String, _
bitmapResourceId As String, _
transparentColor As Integer _
)
public ProvideStaticToolboxItemAttribute(
string groupId,
string name,
string id,
string formats,
string helpKeyword,
string bitmapResourceId,
int transparentColor
)
public:
ProvideStaticToolboxItemAttribute(
String^ groupId,
String^ name,
String^ id,
String^ formats,
String^ helpKeyword,
String^ bitmapResourceId,
int transparentColor
)
new :
groupId:string *
name:string *
id:string *
formats:string *
helpKeyword:string *
bitmapResourceId:string *
transparentColor:int -> ProvideStaticToolboxItemAttribute
public function ProvideStaticToolboxItemAttribute(
groupId : String,
name : String,
id : String,
formats : String,
helpKeyword : String,
bitmapResourceId : String,
transparentColor : int
)
Parameters
groupId
Type: StringThe group ID.
name
Type: StringThe name.
id
Type: StringThe ID
formats
Type: StringThe formats.
helpKeyword
Type: StringThe help keyword.
bitmapResourceId
Type: StringThe bitmap resource ID.
transparentColor
Type: Int32The color.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideStaticToolboxItemAttribute Class