Works out the "name" of the editor to use based on the extention.
| C# | Visual Basic | Visual C++ |
public string ResolveEditorNameByExtension( string extention )
Public Function ResolveEditorNameByExtension ( _ extention As String _ ) As String
public: virtual String^ ResolveEditorNameByExtension( String^ extention ) sealed
- extention (String)
- The extention ("sql", "txt"/".txt" etc).
The name of an editor in the container.