Interface INameScope
Assembly: OpenSilver.Xaml.dll
Syntax
public interface INameScope
Methods
|
Improve this Doc
View Source
FindName(String)
Declaration
object FindName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
RegisterName(String, Object)
Declaration
void RegisterName(string name, object scopedElement)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Object |
scopedElement |
|
|
Improve this Doc
View Source
UnregisterName(String)
Declaration
void UnregisterName(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Extension Methods