Interface IXamlNameResolver
Assembly: OpenSilver.Xaml.dll
Syntax
public interface IXamlNameResolver
Properties
|
Improve this Doc
View Source
IsFixupTokenAvailable
Declaration
bool IsFixupTokenAvailable { get; }
Property Value
Type |
Description |
System.Boolean |
|
Methods
|
Improve this Doc
View Source
GetAllNamesAndValuesInScope()
Declaration
IEnumerable<KeyValuePair<string, object>> GetAllNamesAndValuesInScope()
Returns
Type |
Description |
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>> |
|
|
Improve this Doc
View Source
GetFixupToken(IEnumerable<String>)
Declaration
object GetFixupToken(IEnumerable<string> names)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
names |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
GetFixupToken(IEnumerable<String>, Boolean)
Declaration
object GetFixupToken(IEnumerable<string> names, bool canAssignDirectly)
Parameters
Type |
Name |
Description |
System.Collections.Generic.IEnumerable<System.String> |
names |
|
System.Boolean |
canAssignDirectly |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Resolve(String)
Declaration
object Resolve(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
Returns
Type |
Description |
System.Object |
|
|
Improve this Doc
View Source
Resolve(String, out Boolean)
Declaration
object Resolve(string name, out bool isFullyInitialized)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Boolean |
isFullyInitialized |
|
Returns
Type |
Description |
System.Object |
|
Events
|
Improve this Doc
View Source
OnNameScopeInitializationComplete
Declaration
event EventHandler OnNameScopeInitializationComplete
Event Type
Type |
Description |
System.EventHandler |
|
Extension Methods