共用方式為


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 設計工具擴充性