Registers the editor of type TEditor using the EditorKeyName.
| C# | Visual Basic | Visual C++ |
public void RegisterEditor<TEditor>( FileEditorDescriptor fileEditorDescriptor ) where TEditor : IEditor
Public Sub RegisterEditor(Of TEditor As IEditor) ( _ fileEditorDescriptor As FileEditorDescriptor _ )
public: generic<typename TEditor> where TEditor : IEditor virtual void RegisterEditor( FileEditorDescriptor^ fileEditorDescriptor ) sealed
- TEditor
- The editor type.
- fileEditorDescriptor (FileEditorDescriptor)
[Missing <param name="fileEditorDescriptor"/> documentation for "M:MiniSqlQuery.Core.ApplicationServices.RegisterEditor``1(MiniSqlQuery.Core.FileEditorDescriptor)"]