Table of Contents

Class ErrorsView

Namespace
Alternet.Scripter.Debugger.UI.MAUI
Assembly
Alternet.Scripter.Debugger.UI.MAUI.v10.dll

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.

ErrorList
SelectedError

Gets currently selected error.

SelectedIndex
SelectedItem
UpdateCount

Gets the track of calls to BeginUpdate and EndUpdate so that they can be nested.

Methods

AddCompilerError(ScriptCompilationDiagnostic)

Adds a compiler error to the collection of script compilation diagnostics.

AddCompilerErrors(ScriptCompilationDiagnostic[])
Clear()

Clears error list.

Clear(bool)

Clears error list.

OnDebuggerChanged(IScriptDebuggerBase, IScriptDebuggerBase)
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.