EditorFactory::GetExtensions Method ()

 

Returns a list of file extensions registered for this editor factory.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
virtual array<String^>^ GetExtensions()

Return Value

Type: array<System::String^>^

An array of strings containing the editor extensions.

Returns list of file extensions registered for this editor factory under HKLM\Software\Microsoft\Visual Studio\8.0\Editors\<GUID of editor>\Extensions.

Return to top
Show: