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

See Also

Reference

SelectionPolicy Class

Microsoft.Windows.Design.Policies Namespace

ItemPolicy

FeatureProvider

FeatureConnector<TFeatureProviderType>

Other Resources

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility