Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Inicializuje novou instanci ApplyChangesEventArgs Třída
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 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>
)
Parametry
- changes
Typ: System.Collections.Generic.IList<FileChange>
Seznam změn v souboru.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů