言語

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; }
static member AllDirectives : System.Collections.ObjectModel.ReadOnlyCollection<System.Xaml.XamlDirective>
Public Shared ReadOnly Property AllDirectives As ReadOnlyCollection(Of XamlDirective)

プロパティ値

.NET XAML サービスによって定義される各XamlDirective識別子の読み取り専用ジェネリック コレクション。

適用対象