ModelChangedEventArgs.PropertiesChanged Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
Don't use this property. Use "ModelChangeInfo" instead.
Cuando lo implementa una clase derivada, obtiene una enumeración de las propiedades que se han modificado.
public:
abstract property System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelProperty ^> ^ PropertiesChanged { System::Collections::Generic::IEnumerable<System::Activities::Presentation::Model::ModelProperty ^> ^ get(); };
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelProperty> PropertiesChanged { get; }
[System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")]
public abstract System.Collections.Generic.IEnumerable<System.Activities.Presentation.Model.ModelProperty> PropertiesChanged { get; }
member this.PropertiesChanged : seq<System.Activities.Presentation.Model.ModelProperty>
[<System.Obsolete("Don't use this property. Use "ModelChangeInfo" instead.")>]
member this.PropertiesChanged : seq<System.Activities.Presentation.Model.ModelProperty>
Public MustOverride ReadOnly Property PropertiesChanged As IEnumerable(Of ModelProperty)
Valor de propiedad
Objeto IEnumerable<T> con las propiedades modificadas.
- Atributos