EditorFactory::GetRegisteredEditorInfo Method (String^)
Visual Studio 2015
Gets the EditorFactory::EditorInfo for the specified extension.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- extension
-
Type:
System::String^
The extension for which to get the editor information
Return Value
Type: Microsoft.VisualStudio.Package::EditorFactory::EditorInfo^The EditorFactory::EditorInfo registered for the given extension.
Show: