Skip to main content

NameScopeLocator Class

Definition

Assembly:Avalonia.Base
Package:Avalonia
public class NameScopeLocator

Inheritance: object -> NameScopeLocator

Constructors

NameDescription
NameScopeLocatorNo summary available.

NameScopeLocator Constructor

public NameScopeLocator()

Methods

NameDescription
TrackTracks a named control relative to another control.

Track Method

Tracks a named control relative to another control.

public IObservable<object> Track(Avalonia.Controls.INameScope scope, string name)

Parameters

scope Avalonia.Controls.INameScope

The scope relative from which the object should be resolved.

name string

The name of the object to find.

Returns

IObservable<object>