UsesItemPolicyAttribute.AllRequired 属性

重写 RequirementAttribute.AllRequired 属性以便返回 false 属性。

命名空间:  Microsoft.Windows.Design.Policies
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public Overrides ReadOnly Property AllRequired As Boolean
    Get
public override bool AllRequired { get; }
public:
virtual property bool AllRequired {
    bool get () override;
}
abstract AllRequired : bool
override AllRequired : bool
override function get AllRequired () : boolean

属性值

类型:System.Boolean
始终为 false。

备注

有关类的任何策略匹配都是可接受的。

.NET Framework 安全性

请参见

参考

UsesItemPolicyAttribute 类

Microsoft.Windows.Design.Policies 命名空间

ItemPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

其他资源

功能提供程序和功能连接器

了解 WPF 设计器扩展性