取得自從最後一次變更事件之後到目前,所移除的項目。
命名空間: Microsoft.Windows.Design.Policies
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
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>
屬性值
型別:System.Collections.Generic.IEnumerable<ModelItem>
在原則變更期間,所移除之 ModelItem 物件的列舉。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
PolicyItemsChangedEventArgs 類別
Microsoft.Windows.Design.Policies 命名空間
FeatureConnector<TFeatureProviderType>