Share via


RequirementValidator.MeetsRequirements Property

Gets a value that indicates whether the type requirements exist in the editing context.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)

Syntax

'Declaration
Public ReadOnly Property MeetsRequirements As Boolean
    Get
public bool MeetsRequirements { get; }
public:
property bool MeetsRequirements {
    bool get ();
}
member MeetsRequirements : bool
function get MeetsRequirements () : boolean

Property Value

Type: System.Boolean
true if the type requirements exist in the editing context, or false if one or more requirements is missing.

.NET Framework Security

See Also

Reference

RequirementValidator Class

Microsoft.Windows.Design Namespace

RequiresServiceAttribute

RequiresContextItemAttribute

UsesItemPolicyAttribute

PrimarySelectionPolicy

FeatureProvider

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility