Class ErrorsView
Represents a view for displaying and managing error list in the debugger UI.
[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Alternet_Scripter_Debugger_UI_MAUI_LocalsViewWinRTTypeDetails))]
public class ErrorsView : ContentView, INotifyPropertyChanged, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IDebuggerErrorsPanel, IDebuggerPanel
- Inheritance
-
ErrorsView
- Implements
Constructors
- ErrorsView()
Initializes a new instance of the ErrorsView class.
Properties
- Debugger
Gets or sets
IScriptDebugger
which errors will be displayed by this user control.
- SelectedError
Gets currently selected error.
- UpdateCount
Gets the track of calls to
BeginUpdate
andEndUpdate
so that they can be nested.
Methods
- AddCompilerError(ScriptCompilationDiagnostic)
Adds a compiler error to the collection of script compilation diagnostics.
- Clear()
Clears error list.
- Clear(bool)
Clears error list.
- Reset(bool)
Resets user control to it's default state.
- UpdateState()
When implemented by a class, updates an object state.
Events
- ErrorClick
Occurs when given process receives variables.