다음을 통해 공유


XamlLanguage.Reference 속성

정의

XAML에 대한 Reference를 나타내는 XamlType을 가져옵니다.

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

XAML에 대한 Reference를 나타내는 XamlType입니다.

설명

Reference 는 태그에서 다른 개체 노드를 참조하기 위한 XAML 2009 기능입니다. .NET Framework XAML 서비스 구현은 System.Windows.Markup.Reference합니다.

적용 대상