ReferenceExtension Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
-
System.ObjectReferenceExtension
- 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. |