Reference Class
Implements the {x:Reference} markup extension.
Assembly: System.Xaml (in System.Xaml.dll)
XMLNS for XAML: Not mapped to an xmlns.
The Reference type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Reference() | Initializes a new instance of the Reference class. |
![]() | Reference(String) | Initializes a new instance of the Reference class with the name argument. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ProvideValue | Returns an object that is the value of the target property. For the Reference type, this is the object that the provided Name references. (Overrides MarkupExtension::ProvideValue(IServiceProvider).) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
The {x:Reference} markup extension supports a positional usage (there is only one parameter) and a named argument usage (with the named argument name).
The {x:Reference} markup extension is used to reference another named object in the object graph. Objects in this scenario are initially named by x:Name, although specific implementations often define a different RuntimeNamePropertyAttribute. For more information, see x:Reference Markup Extension.
For more information about markup extensions, see Type Converters and Markup Extensions for XAML.
The System.Xaml assembly uses XmlnsDefinitionAttribute to map all types in the assembly to the XAML namespace for the XAML language (http://schemas.microsoft.com/winfx/2006/xaml). Typically you declare a prefix for http://schemas.microsoft.com/winfx/2006/xaml in a root element mapping and use the prefix x.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
