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
- changes
Tipo: System.Collections.Generic.IList<FileChange>
Uma lista das alterações de arquivo.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.
Consulte também
Referência
Namespace Microsoft.VisualStudio.Data.Schema.Package.Refactoring