ApplyChangesEventArgs, constructeur
Initialise une nouvelle instance de la classe ApplyChangesEventArgs.
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 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>
)
Paramètres
- changes
Type : System.Collections.Generic.IList<FileChange>
Liste de modifications de fichier.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.Data.Schema.Package.Refactoring, espace de noms