RefactoringContributor<TContributorInput>.OnPreApplyChanges – metoda
OnPreApplyChanges umožňuje Přispěvatel provádět akce před podáním žádosti o změnu vybrané návrhy.
Obor názvů: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Sestavení: Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntaxe
'Deklarace
Protected Overridable Sub OnPreApplyChanges ( _
changes As ApplyChangesEventArgs _
)
protected virtual void OnPreApplyChanges(
ApplyChangesEventArgs changes
)
protected:
virtual void OnPreApplyChanges(
ApplyChangesEventArgs^ changes
)
abstract OnPreApplyChanges :
changes:ApplyChangesEventArgs -> unit
override OnPreApplyChanges :
changes:ApplyChangesEventArgs -> unit
protected function OnPreApplyChanges(
changes : ApplyChangesEventArgs
)
Parametry
- changes
Typ: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ApplyChangesEventArgs
Argumentů události obsahuje vybrané změny návrhů.
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
RefactoringContributor<TContributorInput> Třída
Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů