-
Notifications
You must be signed in to change notification settings - Fork 12
IOTASourceEditor
chuacw edited this page Nov 23, 2020
·
4 revisions
IOTASourceEditor is an editor interface for source files and represents a single source file. Cast an IOTAEditor to IOTASourceEditor using the Supports function, or the as keyword.
Up to Parent: IOTASourceEditor180
Method | Description |
---|---|
SwitchToView | Switches the editor to the specified view by view index. The AViewContext parameter is passed along to the specified view which can be used to indicate any view-specific context or selection criteria. |
SwitchToView | Switches the editor to the specified view by view identifier. The AViewContext parameter is passed along to the specified view which can be used to indicate any view-specific context or selection criteria. |
There are no properties.