ProvideStaticToolboxItemAttribute 构造函数 (String, String, String, String, String, String, Int32, String, String, String, String)

初始化 ProvideStaticToolboxItemAttribute 新实例。多目标功能的元数据。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
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 _
)
public ProvideStaticToolboxItemAttribute(
    string groupId,
    string name,
    string id,
    string formats,
    string helpKeyword,
    string bitmapResourceId,
    int transparentColor,
    string assemblyName,
    string typeName,
    string targetedItemProvider,
    string supportedFrameworks
)

参数

  • targetedItemProvider
    类型:System.String
    面向的项目提供程序。

.NET Framework 安全性

请参见

参考

ProvideStaticToolboxItemAttribute 类

ProvideStaticToolboxItemAttribute 重载

Microsoft.VisualStudio.Shell 命名空间