PolicyItemsChangedEventArgs.ItemsAdded Property
Gets the items that have been added to 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 ItemsAdded As IEnumerable(Of ModelItem)
Get
public IEnumerable<ModelItem> ItemsAdded { get; }
public:
property IEnumerable<ModelItem^>^ ItemsAdded {
IEnumerable<ModelItem^>^ get ();
}
member ItemsAdded : IEnumerable<ModelItem>
function get ItemsAdded () : IEnumerable<ModelItem>
Property Value
Type: System.Collections.Generic.IEnumerable<ModelItem>
An enumeration of ModelItem objects that were added 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>