Compartilhar via


Construtor ApplyChangesEventArgs

Inicializa uma nova instância da classe ApplyChangesEventArgs.

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

Sintaxe

'Declaração
Public Sub New ( _
    changes As IList(Of FileChange) _
)
public ApplyChangesEventArgs(
    IList<FileChange> changes
)
public:
ApplyChangesEventArgs(
    IList<FileChange^>^ changes
)
new : 
        changes:IList<FileChange> -> ApplyChangesEventArgs
public function ApplyChangesEventArgs(
    changes : IList<FileChange>
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

ApplyChangesEventArgs Classe

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