Partager via


ModelingWindowPane.CommitPendingEditForCommand, méthode

En cas d'implémentation dans une classe dérivée, spécifie si les modifications en attente doivent être validées avant qu'une commande soit exécutée.

Espace de noms :  Microsoft.VisualStudio.Modeling.Shell
Assembly :  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntaxe

'Déclaration
Protected Overridable Function CommitPendingEditForCommand ( _
    command As CommandID _
) As Boolean
protected virtual bool CommitPendingEditForCommand(
    CommandID command
)

Paramètres

Valeur de retour

Type : System.Boolean
true si des modifications sont en attente ; sinon, false.

Notes

Par défaut, la valeur de retour est true.

Cette méthode vous permet de spécifier qui modifie doivent être validées avant d'exécuter une commande donnée. Cette méthode est souvent appelée, utilisez cette méthode que pour le traitement simple. Pour le traitement complexe, utilisez CommitPendingEdit.

Sécurité .NET Framework

Voir aussi

Référence

ModelingWindowPane Classe

Microsoft.VisualStudio.Modeling.Shell, espace de noms