XamlType.LookupAllowedContentTypes 方法

定义

返回类型的列表,这些类型可用作此 ContentPropertyXamlType 值。

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)

返回

IList<XamlType>

可能的内容类型的列表。

注解

当调用方从 AllowedContentTypes中获取值时,可以调用此方法。

对于特定内容类型,评估为 CanAssignTo 特定内容类型的类型不被视为多个类型 AllowedContentTypes

默认实现可以使用 (ContentWrappersContentProperty的其他属性XamlTypeItemType) 来获取结果。 Lookup还可以在此确定中调用上述属性列表的替代。

如果不依赖默认的内部 CLR 反射,并且使用元数据或其他技术报告类型的 XAML 类型系统信息或架构信息,请重写此方法。

适用于