EditorFactory.GetUserDefinedEditor(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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