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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace