EditorFactory::GetUserDefinedEditor Method (String^)

 

Gets the GUID of the editor that the user has defined for this file extension.

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

public:
Guid GetUserDefinedEditor(
	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, or an empty GUID if none is found

Return to top
Show: