AvaloniaObjectExtensionsGetDiagnostic Method
Namespace: Avalonia.DiagnosticsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public static AvaloniaPropertyValue GetDiagnostic(
this AvaloniaObject o,
AvaloniaProperty property
)
<ExtensionAttribute>
Public Shared Function GetDiagnostic (
o As AvaloniaObject,
property As AvaloniaProperty
) As AvaloniaPropertyValue
[<ExtensionAttribute>]
static member GetDiagnostic :
o : AvaloniaObject *
property : AvaloniaProperty -> AvaloniaPropertyValue
- o AvaloniaObject
- The object.
- property AvaloniaProperty
- The property.
AvaloniaPropertyValue
A
AvaloniaPropertyValue that can be used to diagnose the state of the
property on the object.
In Visual Basic and C#, you can call this method as an instance method on any object of type
AvaloniaObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).