XamlLanguage.AllTypes 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取与 .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 不是类型。