Condividi tramite


Proprietà ApplyChangesEventArgs.Changes

Ottiene l'elenco di oggetti FileChange che verranno applicati.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintassi

'Dichiarazione
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>

Valore proprietà

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ApplyChangesEventArgs Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Refactoring