Compartir vía


XamlLanguage.Reference Propiedad

Definición

Obtiene un objeto XamlType que representa a Reference en XAML.

public:
 static property System::Xaml::XamlType ^ Reference { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Reference { get; }
member this.Reference : System.Xaml.XamlType
Public Shared ReadOnly Property Reference As XamlType

Valor de propiedad

XamlType

XamlType que representa a Reference en XAML.

Comentarios

Reference es una característica XAML 2009 para hacer referencia a otro nodo de objeto en el marcado. La implementación de los servicios XAML de .NET Framework se encuentra en System.Windows.Markup.Reference.

Se aplica a