RegisterLanguageExtensionAttribute Constructor (String, String)
Initializes a new instance of RegisterLanguageExtensionAttribute.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaración
Public Sub New ( _
languageServiceGuid As String, _
extension As String _
)
public RegisterLanguageExtensionAttribute(
string languageServiceGuid,
string extension
)
Parameters
- languageServiceGuid
Type: System.String
The GUID of language service class that is derived from LanguageService as a string.
- extension
Type: System.String
The file extension associated with the language service. Include a "." in the value of extension.
.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
RegisterLanguageExtensionAttribute Class