RuntimeXamlDiagnostic Class
Definition
Namespace: Avalonia.Markup.Xaml
Assembly: Avalonia.Markup.Xaml (in Avalonia.Markup.Xaml.dll)
- C#
- VB
- F#
public class RuntimeXamlDiagnostic : IEquatable<RuntimeXamlDiagnostic>
Public Class RuntimeXamlDiagnostic
Implements IEquatable(Of RuntimeXamlDiagnostic)
type RuntimeXamlDiagnostic =
class
interface IEquatable<RuntimeXamlDiagnostic>
end
Inheritance | Object → RuntimeXamlDiagnostic |
Implements | IEquatable(RuntimeXamlDiagnostic) |
Constructors
RuntimeXamlDiagnostic(String, RuntimeXamlDiagnosticSeverity, String, Nullable(Int32), Nullable(Int32)) | Initializes a new instance of the RuntimeXamlDiagnostic class |
Properties
Document | |
Id | |
LineNumber | |
LinePosition | |
Severity | |
Title |
Methods
Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetType() | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object) |