XamlType.ConstructionRequiresArguments 属性

定义

获取一个值,该值指示此 XamlType 是否必须具有参数(通过 x:TypeArguments 实现的泛型约束、初始化文本或其他 XAML 技术)才能构造有效的类型实例。

public:
 property bool ConstructionRequiresArguments { bool get(); };
public bool ConstructionRequiresArguments { get; }
member this.ConstructionRequiresArguments : bool
Public ReadOnly Property ConstructionRequiresArguments As Boolean

属性值

Boolean

如果需要某个参数值才能构造实例,则为 true;否则为 false

注解

如果不对派 XamlType生类使用默认的内部 CLR 反射技术,则对此属性的调用可以调用 LookupConstructionRequiresArguments 派生类上的 XamlType 替代。 有关返回值和其他行为的详细信息,请参阅有关此类型的文档 LookupConstructionRequiresArguments

适用于