NameScope Class

Definition

For internal use by platform renderers.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public class NameScope : Xamarin.Forms.Internals.INameScope
type NameScope = class
    interface INameScope
Inheritance
System.Object
NameScope
Attributes
System.ComponentModel.EditorBrowsableAttribute
Implements

Constructors

NameScope()

For internal use by platform renderers.

Fields

NameScopeProperty

For internal use by platform renderers.

Methods

GetNameScope(BindableObject)

For internal use by platform renderers.

SetNameScope(BindableObject, INameScope)

For internal use by platform renderers.

Explicit Interface Implementations

INameScope.FindByName(String)

For internal use by platform renderers.

INameScope.RegisterName(String, Object)

For internal use by platform renderers.

Applies to