PolicyItemsChangedEventArgs.ItemsRemoved Property
Gets the items that have been removed from the policy since the last change event.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)
Syntax
'Declaration
Public ReadOnly Property ItemsRemoved As IEnumerable(Of ModelItem)
Get
public IEnumerable<ModelItem> ItemsRemoved { get; }
public:
property IEnumerable<ModelItem^>^ ItemsRemoved {
IEnumerable<ModelItem^>^ get ();
}
member ItemsRemoved : IEnumerable<ModelItem>
function get ItemsRemoved () : IEnumerable<ModelItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that were removed during the policy change.
.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
PolicyItemsChangedEventArgs Class
Microsoft.Windows.Design.Policies Namespace
FeatureConnector<TFeatureProviderType>