Sdílet prostřednictvím


ApplyChangesEventArgs.Changes – vlastnost

Získá seznam FileChange objekty, které budou použity.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Hodnota vlastnosti

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ApplyChangesEventArgs Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů