Sdílet prostřednictvím


XamlLanguage.AllDirectives Vlastnost

Definice

Získá obecnou kolekci jen pro čtení každého XamlDirective identifikátoru, který je definován službami .NET XAML.

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)

Hodnota vlastnosti

ReadOnlyCollection<XamlDirective>

Obecná kolekce jednotlivých XamlDirective identifikátorů definovaných službami .NET XAML jen pro čtení.

Platí pro