Partager via


ApplyChangesEventArgs.Changes, propriété

Obtient la liste des objets FileChange qui seront appliqués.

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
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>

Valeur de propriété

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

Sécurité .NET Framework

Voir aussi

Référence

ApplyChangesEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms