ProvideLanguageEditorOptionPageAttribute Constructor (Type, String, String, String, String)
Initializes a new instance of ProvideLanguageEditorOptionPageAttribute for the specified page.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
<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
)
Parameters
- pageType
Type: System.Type
The type of the option page.
- languageName
Type: System.String
The language name.
- category
Type: System.String
The option page category.
- pageName
Type: System.String
The caption of the option page.
- pageNameResourceId
Type: System.String
The resource ID of the page.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
ProvideLanguageEditorOptionPageAttribute Class