SelectionPolicy.PolicyItems Property
Gets an enumeration of items that are affected by this policy.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property PolicyItems As IEnumerable(Of ModelItem)
Get
public override IEnumerable<ModelItem> PolicyItems { get; }
public:
virtual property IEnumerable<ModelItem^>^ PolicyItems {
IEnumerable<ModelItem^>^ get () override;
}
abstract PolicyItems : IEnumerable<ModelItem>
override PolicyItems : IEnumerable<ModelItem>
override function get PolicyItems () : IEnumerable<ModelItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that are affected by this 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
FeatureConnector<TFeatureProviderType>