Compartilhar via


Propriedade ApplyChangesEventArgs.Changes

Obtém a lista de FileChange os objetos que serão aplicados.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Public ReadOnly Property Changes As IList(Of FileChange)
    Get
public IList<FileChange> Changes { get; }
public:
property IList<FileChange^>^ Changes {
    IList<FileChange^>^ get ();
}
member Changes : IList<FileChange>
function get Changes () : IList<FileChange>

Valor de propriedade

Tipo: System.Collections.Generic.IList<FileChange>

Segurança do .NET Framework

Consulte também

Referência

ApplyChangesEventArgs Classe

Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring