Dela via


ApplyChangesEventArgs.Changes Property

Gets the list of FileChange objects that will be applied.

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

Syntax

'Declaration
Public ReadOnly Property Changes As IList(Of FileChange)
public IList<FileChange> Changes { get; }
public:
property IList<FileChange^>^ Changes {
    IList<FileChange^>^ get ();
}
member Changes : IList<FileChange>
function get Changes () : IList<FileChange>

Property Value

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

.NET Framework Security

See Also

Reference

ApplyChangesEventArgs Class

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