Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public Sub New ( _
pageType As Type, _
languageName As String, _
category As String, _
pageName As String, _
pageNameResourceId As String, _
keywordListResourceId As Integer _
)
public ProvideLanguageEditorOptionPageAttribute(
Type pageType,
string languageName,
string category,
string pageName,
string pageNameResourceId,
int keywordListResourceId
)
public:
ProvideLanguageEditorOptionPageAttribute(
Type^ pageType,
String^ languageName,
String^ category,
String^ pageName,
String^ pageNameResourceId,
int keywordListResourceId
)
new :
pageType:Type *
languageName:string *
category:string *
pageName:string *
pageNameResourceId:string *
keywordListResourceId:int -> ProvideLanguageEditorOptionPageAttribute
public function ProvideLanguageEditorOptionPageAttribute(
pageType : Type,
languageName : String,
category : String,
pageName : String,
pageNameResourceId : String,
keywordListResourceId : int
)
Parameters
- pageType
Type: System.Type
- languageName
Type: System.String
- category
Type: System.String
- pageName
Type: System.String
- pageNameResourceId
Type: System.String
- keywordListResourceId
Type: System.Int32
.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