XamlType.AllowedContentTypes 属性

定义

获取类型的只读集合,这些类型可用作此 ContentPropertyXamlType 值。

public:
 property System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ AllowedContentTypes { System::Collections::Generic::IList<System::Xaml::XamlType ^> ^ get(); };
public System.Collections.Generic.IList<System.Xaml.XamlType> AllowedContentTypes { get; }
member this.AllowedContentTypes : System.Collections.Generic.IList<System.Xaml.XamlType>
Public ReadOnly Property AllowedContentTypes As IList(Of XamlType)

属性值

可能的内容类型的只读集合。

注解

例如,特定内容类型可分配的类型 (,可分配给作为允许的内容类型的基类型) 不被视为多个类型。AllowedContentTypes

如果不对 XamlType使用默认的内部 CLR 反射技术,则对此属性的调用可以在派生类上XamlType调用LookupAllowedContentTypes重写。

适用于