RequirementValidator.MeetsRequirements Property
Gets a value indicating 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
'Usage
Dim instance As RequirementValidator
Dim value As Boolean
value = instance.MeetsRequirements
public bool MeetsRequirements { get; }
public:
property bool MeetsRequirements {
bool get ();
}
public 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