- Namespace
- Avalonia
.Controls - Interfaces
- Base Types
-
- object
graph BT
Type-->Base0["object"]
Type-.->Interface0["INameScope"]
click Interface0 "/api/Avalonia.Controls/INameScope"
Type["ChildNameScope"]
class Type type-node
Syntax
public class ChildNameScope : INameScope
Constructors
Name | Summary |
---|---|
ChildNameScope |
Properties
Name | Value | Summary |
---|---|---|
IsCompleted | bool |
Methods
Name | Value | Summary |
---|---|---|
Complete |
void | |
DoFindAsync |
Synchronous |
|
Find |
object | |
FindAsync |
Synchronous |
|
Register |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
Find |
T |
Finds a named element in an
INameScope .
From NameScopeExtensions
|
Get |
T |
Gets a named element from an
INameScope or throws if no element of the
requested name was found.
From NameScopeExtensions
|