EditorFactory.GetRegisteredEditor(String) Method

Definition

Returns the guid of the highest priority editor registered for this extension. This will also pick up user defined file extension to editor associations

public:
 virtual Guid GetRegisteredEditor(System::String ^ extension);
public virtual Guid GetRegisteredEditor (string extension);
abstract member GetRegisteredEditor : string -> Guid
override this.GetRegisteredEditor : string -> Guid
Public Overridable Function GetRegisteredEditor (extension As String) As Guid

Parameters

extension
String

The extension for which to get the editor.

Returns

The GUID of the editor.

Applies to