Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a list of pending requirement attributes.
Namespace: Microsoft.Windows.Design
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property PendingRequirements As IEnumerable(Of RequirementAttribute)
Get
public IEnumerable<RequirementAttribute> PendingRequirements { get; }
public:
property IEnumerable<RequirementAttribute^>^ PendingRequirements {
IEnumerable<RequirementAttribute^>^ get ();
}
member PendingRequirements : IEnumerable<RequirementAttribute>
function get PendingRequirements () : IEnumerable<RequirementAttribute>
Property Value
Type: System.Collections.Generic.IEnumerable<RequirementAttribute>
A list of pending requirement attributes. These are requirements that have not yet been met.
.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