Share via


UsesItemPolicyAttribute.AllRequired Property

Overrides the RequirementAttribute.AllRequired property to return false.

Namespace:  Microsoft.Windows.Design.Policies
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
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

Property Value

Type: System.Boolean
Always false.

Remarks

Any policy match on a class is acceptable.

.NET Framework Security

See Also

Reference

UsesItemPolicyAttribute Class

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

SelectionPolicy

FeatureProvider

FeatureConnectorAttribute

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility