共用方式為


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.11.0 (in Microsoft.VisualStudio.Shell.11.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 _
)
public ProvideStaticToolboxItemAttribute(
    string groupId,
    string name,
    string id,
    string formats,
    string helpKeyword,
    string bitmapResourceId,
    int transparentColor
)

Parameters

.NET Framework Security

See Also

Reference

ProvideStaticToolboxItemAttribute Class

ProvideStaticToolboxItemAttribute Overload

Microsoft.VisualStudio.Shell Namespace