Compartir vía


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

Valor de propiedad

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 intrínsecos de información del lenguaje XAML. 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