Sdílet prostřednictvím


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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RefactoringContributor<TContributorInput> Třída

Microsoft.VisualStudio.Data.Schema.Package.Refactoring – obor názvů