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 items in the policy.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property PolicyItems As IEnumerable(Of ModelItem)
Get
public abstract IEnumerable<ModelItem> PolicyItems { get; }
public:
virtual property IEnumerable<ModelItem^>^ PolicyItems {
IEnumerable<ModelItem^>^ get () abstract;
}
abstract PolicyItems : IEnumerable<ModelItem>
abstract function get PolicyItems () : IEnumerable<ModelItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelItem>
An IEnumerable<T> containing the set of items in the policy.
.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.Policies Namespace