Class NameScopeExtensions
Definition
- Namespace:
- Tizen.NUI.Binding
- Assembly:
- Tizen.NUI.dll
C#Copypublic static class NameScopeExtensions : object
- Inheritance
-
NameScopeExtensions
Methods
Declaration
C#Copypublic static T FindByName<T>(this Element element, string name)
Parameters
Type | Name | Description |
---|---|---|
Element | element | |
String | name |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |
Declaration
C#Copypublic static T FindByNameInCurrentNameScope<T>(string name)
Parameters
Type | Name | Description |
---|---|---|
String | name |
Returns
Type | Description |
---|---|
T |
Type Parameters
Name | Description |
---|---|
T |