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

Creates a new ProvideStaticToolboxItemAttribute.

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

Syntax

声明
Public Sub New ( _
    groupId As String, _
    name As String, _
    id As String, _
    formats As String, _
    helpKeyword As String, _
    bitmapResourceId As String, _
    transparentColor As Integer _
)
用法
Dim groupId As String
Dim name As String
Dim id As String
Dim formats As String
Dim helpKeyword As String
Dim bitmapResourceId As String
Dim transparentColor As Integer

Dim instance As New ProvideStaticToolboxItemAttribute(groupId, _
    name, id, formats, helpKeyword, bitmapResourceId, _
    transparentColor)
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

.NET Framework Security

See Also

Reference

ProvideStaticToolboxItemAttribute Class

ProvideStaticToolboxItemAttribute Members

ProvideStaticToolboxItemAttribute Overload

Microsoft.VisualStudio.Shell Namespace