EditorFactory.GetUserDefinedEditor(String) Method

Definition

Returns the guid of the editor that the user has defined for this file extension or Guid.Empty if none is found

public:
 Guid GetUserDefinedEditor(System::String ^ extension);
public Guid GetUserDefinedEditor (string extension);
member this.GetUserDefinedEditor : string -> Guid
Public Function GetUserDefinedEditor (extension As String) As Guid

Parameters

extension
String

The extension for which to get the editor.

Returns

The GUID of the editor, or an empty GUID if none is found

Applies to