ProvideLanguageEditorOptionPageAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ProvideLanguageEditorOptionPageAttribute(Type, String, String, String, String, Int32) |
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute. |
ProvideLanguageEditorOptionPageAttribute(Type, String, String, String, String, String) |
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute. |
ProvideLanguageEditorOptionPageAttribute(Type, String, String, String, String, String[]) |
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute. |
ProvideLanguageEditorOptionPageAttribute(Type, String, String, String, String, Int32)
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.
public:
ProvideLanguageEditorOptionPageAttribute(Type ^ pageType, System::String ^ languageName, System::String ^ category, System::String ^ pageName, System::String ^ pageNameResourceId, int keywordListResourceId);
public:
ProvideLanguageEditorOptionPageAttribute(Platform::Type ^ pageType, Platform::String ^ languageName, Platform::String ^ category, Platform::String ^ pageName, Platform::String ^ pageNameResourceId, int keywordListResourceId);
public ProvideLanguageEditorOptionPageAttribute (Type pageType, string languageName, string category, string pageName, string pageNameResourceId, int keywordListResourceId);
new Microsoft.VisualStudio.Shell.ProvideLanguageEditorOptionPageAttribute : Type * string * string * string * string * int -> Microsoft.VisualStudio.Shell.ProvideLanguageEditorOptionPageAttribute
Public Sub New (pageType As Type, languageName As String, category As String, pageName As String, pageNameResourceId As String, keywordListResourceId As Integer)
Parameters
- pageType
- Type
The type of the option page.
- languageName
- String
The language name.
- category
- String
The option page category.
- pageName
- String
The caption of the option page.
- pageNameResourceId
- String
The resource ID of the page.
- keywordListResourceId
- Int32
The resource ID of the list of keywords.
Applies to
ProvideLanguageEditorOptionPageAttribute(Type, String, String, String, String, String)
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.
public:
ProvideLanguageEditorOptionPageAttribute(Type ^ pageType, System::String ^ languageName, System::String ^ category, System::String ^ pageName, System::String ^ pageNameResourceId, System::String ^ keywordListResourceName);
public:
ProvideLanguageEditorOptionPageAttribute(Platform::Type ^ pageType, Platform::String ^ languageName, Platform::String ^ category, Platform::String ^ pageName, Platform::String ^ pageNameResourceId, Platform::String ^ keywordListResourceName);
public ProvideLanguageEditorOptionPageAttribute (Type pageType, string languageName, string category, string pageName, string pageNameResourceId, string keywordListResourceName);
new Microsoft.VisualStudio.Shell.ProvideLanguageEditorOptionPageAttribute : Type * string * string * string * string * string -> Microsoft.VisualStudio.Shell.ProvideLanguageEditorOptionPageAttribute
Public Sub New (pageType As Type, languageName As String, category As String, pageName As String, pageNameResourceId As String, keywordListResourceName As String)
Parameters
- pageType
- Type
The type of the option page.
- languageName
- String
The language name.
- category
- String
The option page category.
- pageName
- String
The caption of the option page.
- pageNameResourceId
- String
The resource ID of the page.
- keywordListResourceName
- String
The resource ID of the list of keywords.
Applies to
ProvideLanguageEditorOptionPageAttribute(Type, String, String, String, String, String[])
Instantiates a new instance of ProvideLanguageEditorOptionPageAttribute.
public:
ProvideLanguageEditorOptionPageAttribute(Type ^ pageType, System::String ^ languageName, System::String ^ category, System::String ^ pageName, System::String ^ pageNameResourceId, cli::array <System::String ^> ^ keywords);
public:
ProvideLanguageEditorOptionPageAttribute(Platform::Type ^ pageType, Platform::String ^ languageName, Platform::String ^ category, Platform::String ^ pageName, Platform::String ^ pageNameResourceId, Platform::Array <Platform::String ^> ^ keywords);
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
public ProvideLanguageEditorOptionPageAttribute (Type pageType, string languageName, string category, string pageName, string pageNameResourceId, string[] keywords);
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
new Microsoft.VisualStudio.Shell.ProvideLanguageEditorOptionPageAttribute : Type * string * string * string * string * string[] -> Microsoft.VisualStudio.Shell.ProvideLanguageEditorOptionPageAttribute
Public Sub New (pageType As Type, languageName As String, category As String, pageName As String, pageNameResourceId As String, keywords As String())
Parameters
- pageType
- Type
The type of the option page.
- languageName
- String
The language name.
- category
- String
The option page category.
- pageName
- String
The caption of the option page.
- pageNameResourceId
- String
The resource ID of the page.
- keywords
- String[]
The keywords.
- Attributes