Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the items that have been removed from the policy since the last change event.
Namespace: Microsoft.Windows.Design.Policies
Assembly: Microsoft.Windows.Design.Extensibility (in Microsoft.Windows.Design.Extensibility.dll)
Syntax
'Declaration
Public ReadOnly Property ItemsRemoved As IEnumerable(Of ModelItem)
'Usage
Dim instance As PolicyItemsChangedEventArgs
Dim value As IEnumerable(Of ModelItem)
value = instance.ItemsRemoved
public IEnumerable<ModelItem> ItemsRemoved { get; }
public:
property IEnumerable<ModelItem^>^ ItemsRemoved {
IEnumerable<ModelItem^>^ get ();
}
public 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
PolicyItemsChangedEventArgs Members
Microsoft.Windows.Design.Policies Namespace
FeatureConnector<TFeatureProviderType>