Mini SQL Query Extensibility Documentation
RegisterEditor<(Of <(TEditor>)>) Method (fileEditorDescriptor)
NamespacesMiniSqlQuery.CoreIApplicationServicesRegisterEditor<(Of <(TEditor>)>)(FileEditorDescriptor)
Registers the editor of type TEditor using the EditorKeyName.
Declaration Syntax
C#Visual BasicVisual 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
)
Generic Template Parameters
TEditor
The editor type.
Parameters
fileEditorDescriptor (FileEditorDescriptor)

[Missing <param name="fileEditorDescriptor"/> documentation for "M:MiniSqlQuery.Core.IApplicationServices.RegisterEditor``1(MiniSqlQuery.Core.FileEditorDescriptor)"]

Assembly: MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)