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