Resolves the editor instance from the container based on the filename.

Declaration Syntax
public IEditor ResolveEditorInstance(
string filename
)
Public Function ResolveEditorInstance ( _
filename As String _
) As IEditor
public:
virtual IEditor^ ResolveEditorInstance(
String^ filename
) sealed

Parameters
- filename (String)
- The filename.

Return Value
An editor.
Assembly:
MiniSqlQuery.Core (Module: MiniSqlQuery.Core) Version: 1.0.0.0 (1.0.0.0)