XamlType.LookupAllowedContentTypes 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回类型的列表,这些类型可用作此 ContentProperty 的 XamlType 值。
protected:
virtual System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ LookupAllowedContentTypes();
protected virtual System.Collections.Generic.IList<System.Xaml.XamlType> LookupAllowedContentTypes ();
abstract member LookupAllowedContentTypes : unit -> System.Collections.Generic.IList<System.Xaml.XamlType>
override this.LookupAllowedContentTypes : unit -> System.Collections.Generic.IList<System.Xaml.XamlType>
Protected Overridable Function LookupAllowedContentTypes () As IList(Of XamlType)
返回
可能的内容类型的列表。
注解
当调用方从 AllowedContentTypes中获取值时,可以调用此方法。
对于特定内容类型,评估为 CanAssignTo 特定内容类型的类型不被视为多个类型 AllowedContentTypes。
默认实现可以使用 (ContentWrappersContentProperty的其他属性XamlType或ItemType) 来获取结果。 Lookup
还可以在此确定中调用上述属性列表的替代。
如果不依赖默认的内部 CLR 反射,并且使用元数据或其他技术报告类型的 XAML 类型系统信息或架构信息,请重写此方法。