ProvideProjectItemAttribute 构造函数

初始化 ProvideProjectItemAttribute 新实例该项的。

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

语法

声明
Public Sub New ( _
    projectFactoryType As Object, _
    itemCategoryName As String, _
    templatesDir As String, _
    priority As Integer _
)
public ProvideProjectItemAttribute(
    Object projectFactoryType,
    string itemCategoryName,
    string templatesDir,
    int priority
)

参数

  • projectFactoryType
    类型:System.Object
    项目工厂的类型。这可能是 Type 、 GUID 或 GUID 的字符串形式。
  • itemCategoryName
    类型:System.String
    项类型的显示名称。
  • templatesDir
    类型:System.String
    此项目类型模板中找到的内容。
  • priority
    类型:System.Int32
    此类型优先级别 (用于排序目的)。

.NET Framework 安全性

请参见

参考

ProvideProjectItemAttribute 类

Microsoft.VisualStudio.Shell 命名空间