XamlLanguage.AllTypes 属性

定义

获取与 .NET XAML 服务定义的 XAML 语言内部函数匹配或别名的单个 XamlType 值的只读泛型集合。

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)

属性值

每个 XamlType 与 XAML 语言内部函数匹配的只读泛型集合。

注解

有关内部 XAML 语言信息项的列表,请参阅 [MS-XAML] 第 5.2 节 。 请注意,并非所有作为 5.2 的子节列出的项都作为一个 XamlType实现。 例如, x:Code 不是类型。

适用于