Method TryActivateEditor
- Namespace
- Alternet.Scripter.Integration.MAUI
- Assembly
- Alternet.Scripter.Integration.MAUI.v10.dll
TryActivateEditor(string?)
Tries to activate specific DebugCodeEdit.
public DebugCodeEdit? TryActivateEditor(string? fileName)
Parameters
fileNamestringFile name that specifies editor to be activated.
Returns
- DebugCodeEdit
DebugCodeEditthat is opened if successful; otherwise, null.