次の方法で共有


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 サービスによって定義される各 XamlDirective 識別子の読み取り専用ジェネリック コレクション。

適用対象