Condividi tramite


ModelChangedEventArgs.ItemsAdded Proprietà

Definizione

Attenzione

Don't use this property. Use "ModelChangeInfo" instead.

Se implementata da una classe derivata, ottiene un'enumerazione degli oggetti argomento degli eventi aggiunti.

public:
 abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ ItemsAdded { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelItem ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> ItemsAdded { get; }
[System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")]
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelItem> ItemsAdded { get; }
member this.ItemsAdded : seq<System.Activities.Presentation.Model.ModelItem>
[<System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")>]
member this.ItemsAdded : seq<System.Activities.Presentation.Model.ModelItem>
Public MustOverride ReadOnly Property ItemsAdded As IEnumerable(Of ModelItem)

Valore della proprietà

IEnumerable<ModelItem>

Oggetto IEnumerable<T> degli argomenti degli eventi aggiunti.

Attributi

Si applica a