Method Resolve
- Namespace
- Alternet.FormDesigner.Wpf.XamlDom
- Assembly
- Alternet.FormDesigner.Wpf.v10.dll
Resolve(string)
Resolves an object from a name reference.
public object Resolve(string name)
Parameters
name
stringThe name reference to resolve.
Returns
- object
The resolved object; or null.
Resolve(string, out bool)
Resolves an object from a name reference, and provides a tracking value that reports whether the object is fully initialized for object graph purposes.
public object Resolve(string name, out bool isFullyInitialized)
Parameters
name
stringThe name reference to resolve.
isFullyInitialized
boolWhen this method returns, true if the returned object has any dependencies on unresolved references; otherwise, false.
Returns
- object
An object that provides a token for lookup behavior to be evaluated later.