Aracılığıyla paylaş


RefactoringContributor<TContributorInput>.OnPostApplyChanges Yöntem

Seçili değişikliği tekliflerini uygulandıktan sonra eylemleri katılımcı sağlar.

Ad alanı:  Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Derleme:  Microsoft.VisualStudio.Data.Schema.Package (Microsoft.VisualStudio.Data.Schema.Package.dll içinde)

Sözdizimi

'Bildirim
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
)

Parametreler

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

RefactoringContributor<TContributorInput> Sınıf

Microsoft.VisualStudio.Data.Schema.Package.Refactoring Ad Alanı