EditorFactory.GetRegisteredEditor(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 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.