RegisterLanguageExtensionAttribute Constructor (Type^, String^)
Visual Studio 2015
Initializes a new instance of RegisterLanguageExtensionAttribute and initializes the values of the language service and file extension that it associates.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- languageService
-
Type:
System::Type^
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.
Show: