ProvideLanguageEditorOptionPageAttribute 构造函数 (Type, String, String, String, String)

初始化 ProvideLanguageEditorOptionPageAttribute 新的实例指定的页面。

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

语法

声明
<BrowsableAttribute(False)> _
Public Sub New ( _
    pageType As Type, _
    languageName As String, _
    category As String, _
    pageName As String, _
    pageNameResourceId As String _
)
[BrowsableAttribute(false)]
public ProvideLanguageEditorOptionPageAttribute(
    Type pageType,
    string languageName,
    string category,
    string pageName,
    string pageNameResourceId
)

参数

  • pageType
    类型:System.Type
    选项卡页的类型。

.NET Framework 安全性

请参见

参考

ProvideLanguageEditorOptionPageAttribute 类

ProvideLanguageEditorOptionPageAttribute 重载

Microsoft.VisualStudio.Shell 命名空间