GetInteractiveParent Method
Definition
Namespace: Avalonia.Interactivity
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static Interactive? GetInteractiveParent(
this Interactive o
)
<ExtensionAttribute>
Public Shared Function GetInteractiveParent (
o As Interactive
) As Interactive
[<ExtensionAttribute>]
static member GetInteractiveParent :
o : Interactive -> Interactive
Parameters
Return Value
InteractiveUsage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type Interactive. 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).
See Also
Reference
InteractiveExtensions Class
Avalonia.Interactivity Namespace