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
fileName
stringFile name that specifies editor to be activated.
Returns
- DebugCodeEdit
DebugCodeEdit
that is opened if successful; otherwise, null.