Sdílet prostřednictvím


RefactoringContributor<TContributorInput>.OnPostApplyChanges – metoda

Umožňuje Přispěvatel provádět akce po použití změnit 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 OnPostApplyChanges ( _
    changes As ApplyChangesEventArgs _
)
protected virtual void OnPostApplyChanges(
    ApplyChangesEventArgs changes
)
protected:
virtual void OnPostApplyChanges(
    ApplyChangesEventArgs^ changes
)
abstract OnPostApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
override OnPostApplyChanges : 
        changes:ApplyChangesEventArgs -> unit 
protected function OnPostApplyChanges(
    changes : ApplyChangesEventArgs
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

RefactoringContributor<TContributorInput> Třída

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