XamlLanguage.AllTypes Property

Definition

Gets a read-only generic collection of individual XamlType values that match, or alias, a XAML language intrinsic that is defined by .NET XAML Services.

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)

Property Value

A read-only generic collection of each XamlType that matches a XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2 for a list of intrinsic XAML language information items. Note that not all items that are listed as subsections of 5.2 are implemented as a XamlType. For example, x:Code is not a type.

Applies to