Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of ProvideLanguageEditorOptionPageAttribute for the specified page.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
<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
)
[BrowsableAttribute(false)]
public:
ProvideLanguageEditorOptionPageAttribute(
Type^ pageType,
String^ languageName,
String^ category,
String^ pageName,
String^ pageNameResourceId
)
[<BrowsableAttribute(false)>]
new :
pageType:Type *
languageName:string *
category:string *
pageName:string *
pageNameResourceId:string -> ProvideLanguageEditorOptionPageAttribute
public function ProvideLanguageEditorOptionPageAttribute(
pageType : Type,
languageName : String,
category : String,
pageName : String,
pageNameResourceId : String
)
Parameters
pageType
Type: TypeThe type of the option page.
languageName
Type: StringThe language name.
category
Type: StringThe option page category.
pageName
Type: StringThe caption of the option page.
pageNameResourceId
Type: StringThe 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