다음을 통해 공유


XamlLanguage.AllDirectives 속성

정의

.NET XAML 서비스에 정의되어 있는 각 XamlDirective 식별자의 읽기 전용 제네릭 컬렉션을 가져옵니다.

public:
 static property System::Collections::ObjectModel::ReadOnlyCollection<System::Xaml::XamlDirective ^> ^ AllDirectives { System::Collections::ObjectModel::ReadOnlyCollection<System::Xaml::XamlDirective ^> ^ get(); };
public static System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlDirective> AllDirectives { get; }
member this.AllDirectives : System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlDirective>
Public Shared ReadOnly Property AllDirectives As ReadOnlyCollection(Of XamlDirective)

속성 값

ReadOnlyCollection<XamlDirective>

.NET XAML Services에서 정의한 각 XamlDirective 식별자의 읽기 전용 제네릭 컬렉션입니다.

적용 대상