XamlLanguage.Reference 属性

定义

获取一个 XamlType,它表示 XAML 的 Reference

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

属性值

XamlType

一个 XamlType,它表示 XAML 的 Reference

注解

Reference 是一项 XAML 2009 功能,用于引用标记中的另一个对象节点。 .NET Framework XAML 服务的实现位于 System.Windows.Markup.Reference.

适用于