Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an enumeration of all requirements for the type contained in this validator.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property Requirements As IEnumerable(Of RequirementAttribute)
Get
public IEnumerable<RequirementAttribute> Requirements { get; }
public:
property IEnumerable<RequirementAttribute^>^ Requirements {
IEnumerable<RequirementAttribute^>^ get ();
}
member Requirements : IEnumerable<RequirementAttribute>
function get Requirements () : IEnumerable<RequirementAttribute>
Property Value
Type: System.Collections.Generic.IEnumerable<RequirementAttribute>
An enumeration of RequirementAttribute objects for Type.
.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