LanguageService::GetFileExtensions Method (String^)
Visual Studio 2015
Returns a string containing the file extensions associated with this language.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- extensions
-
Type:
System::String^
[out] Returns the extensions for this language.
The extensions are stored in a semi-colon delimited list. For example, if your language service supports C++, C#, and Visual Basic, it might return ".cpp;.cs;.vb".
Show: