XamlLanguage.AllTypes Propiedad

Definición

Obtiene una colección genérica de solo lectura de valores XamlType individuales que coinciden con (o representan) un elemento intrínseco del lenguaje XAML definido por los servicios XAML de .NET.

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

Valor de propiedad

ReadOnlyCollection<XamlType>

Colección genérica de solo lectura de cada XamlType que coincide con un elemento intrínseco del lenguaje XAML.

Comentarios

Consulta [ms-XAML] sección 5.2 para obtener una lista de elementos de información de lenguaje XAML intrínsecos. Tenga en cuenta que no todos los elementos enumerados como subsecciones de 5.2 se implementan como .XamlType Por ejemplo, x:Code no es un tipo.

Se aplica a