Idioma

XamlLanguage.AllTypes Propriedade

Definição

Obtém uma coleção genérica somente leitura de valores individuais XamlType que correspondem, ou alias, a uma linguagem XAML intrínseca definida por .NET Serviços XAML.

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 Propriedade

Uma coleção genérica de apenas leitura de cada XamlType um que corresponde a uma linguagem intrínseca de linguagem XAML.

Observações

Consulte a Secção 5.2 do [MS-XAML ] para uma lista de informações intrínsecas da linguagem XAML. Note que nem todos os itens listados como subsecções da 5.2 são implementados como um XamlType. Por exemplo, x:Code não é um tipo.

Aplica-se a