ReferenceExtension Class

Definition

Markup extension for referring to other XAML-defined types.

[Xamarin.Forms.ContentProperty("Name")]
public class ReferenceExtension : Xamarin.Forms.Xaml.IMarkupExtension
type ReferenceExtension = class
    interface IMarkupExtension
Inheritance
ReferenceExtension
Attributes
Implements

Constructors

ReferenceExtension()

Creates a new ReferenceExtension with default values.

Properties

Name

Gets or sets the name of the entity to reference.

Methods

ProvideValue(IServiceProvider)

Returns an object that represents the type that was referred to.

Applies to