EditorFactory::GetRegisteredEditorInfo Method (String^)

 

Gets the EditorFactory::EditorInfo for the specified extension.

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

public:
virtual EditorFactory::EditorInfo^ GetRegisteredEditorInfo(
	String^ extension
)

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.

Return to top
Show: