IVsUndoRedoClusterWithCommitEvents.OnUndoRedoClusterClosingWithCommitGesture(UInt32, TextSpan[]) Método

Definição

Acionado quando um cluster de desfazer ou refazer está sendo fechado.

public:
 void OnUndoRedoClusterClosingWithCommitGesture(System::UInt32 dwGestureFlags, cli::array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsChanged);
public:
 void OnUndoRedoClusterClosingWithCommitGesture(unsigned int dwGestureFlags, Platform::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> ^ ptsChanged);
void OnUndoRedoClusterClosingWithCommitGesture(unsigned int dwGestureFlags, std::Array <Microsoft::VisualStudio::TextManager::Interop::TextSpan> const & ptsChanged);
public void OnUndoRedoClusterClosingWithCommitGesture (uint dwGestureFlags, Microsoft.VisualStudio.TextManager.Interop.TextSpan[] ptsChanged);
abstract member OnUndoRedoClusterClosingWithCommitGesture : uint32 * Microsoft.VisualStudio.TextManager.Interop.TextSpan[] -> unit
Public Sub OnUndoRedoClusterClosingWithCommitGesture (dwGestureFlags As UInteger, ptsChanged As TextSpan())

Parâmetros

dwGestureFlags
UInt32

no Sinalizadores para o gesto de confirmação.

ptsChanged
TextSpan[]

no O intervalo de texto que foi alterado.

Comentários

Um gesto de confirmação de intervição deve ter ocorrido enquanto o cluster de desfazer ou refazer estava aberto. Os clientes são explicitamente proibidos de modificar o buffer em resposta a esse evento.

Assinatura COM

De textmgr. idl:

HRESULT IVsUndoRedoClusterWithCommitEvents::OnUndoRedoClusterClosingWithCommitGesture(  
   [in] DWORD dwGestureFlags,  
   [in] TextSpan *ptsChanged  
);  

Aplica-se a