NameScopeExtensions Class
Extension methods for INameScope.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public static class NameScopeExtensions
<ExtensionAttribute>
Public NotInheritable Class NameScopeExtensions
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type NameScopeExtensions = class end
Inheritance | Object → NameScopeExtensions |
Methods
Find(T)(ILogical, String) | Finds a named element in an INameScope. |
Find(T)(INameScope, String) | Finds a named element in an INameScope. |
FindNameScope(ILogical) | |
Get(T)(ILogical, String) | Gets a named element from an INameScope or throws if no element of the requested name was found. |
Get(T)(INameScope, String) | Gets a named element from an INameScope or throws if no element of the requested name was found. |