EditorFactory::GetRegisteredEditor Method (String^)

 

Gets the GUID of the highest-priority editor registered for this extension. This will also pick up user-defined associations between file extensions and editors

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

public:
virtual Guid GetRegisteredEditor(
	String^ extension
)

Parameters

extension
Type: System::String^

The extension for which to get the editor.

Return Value

Type: System::Guid

The GUID of the editor.

Return to top
Show: