XamlLanguage.AllTypes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.