Class NameScopeLocator
public class NameScopeLocator
- Inheritance
-
NameScopeLocator
- Inherited Members
Constructors
NameScopeLocator()
public NameScopeLocator()
Methods
Track(INameScope, string)
Tracks a named control relative to another control.
public static IObservable<object?> Track(INameScope scope, string name)
Parameters
scope
INameScopeThe scope relative from which the object should be resolved.
name
stringThe name of the object to find.