Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
OnPreApplyChanges consente al collaboratore di agire prima dell'applicazione delle proposte di modifica selezionate.
Spazio dei nomi: Microsoft.VisualStudio.Data.Schema.Package.Refactoring
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Sintassi
'Dichiarazione
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
)
Parametri
- changes
Tipo: Microsoft.VisualStudio.Data.Schema.Package.Refactoring.ApplyChangesEventArgs
Argomenti dell'evento che contiene le proposte di modifica selezionate.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.
Vedere anche
Riferimenti
RefactoringContributor<TContributorInput> Classe
Spazio dei nomi Microsoft.VisualStudio.Data.Schema.Package.Refactoring