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