IVsUndoRedoClusterWithCommitEvents.OnUndoRedoClusterClosingWithCommitGesture, méthode
Espace de noms : Microsoft.VisualStudio.TextManager.Interop
Assembly : Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)
Syntaxe
'Déclaration
Sub OnUndoRedoClusterClosingWithCommitGesture ( _
dwGestureFlags As UInteger, _
ptsChanged As TextSpan() _
)
void OnUndoRedoClusterClosingWithCommitGesture(
uint dwGestureFlags,
TextSpan[] ptsChanged
)
void OnUndoRedoClusterClosingWithCommitGesture(
[InAttribute] unsigned int dwGestureFlags,
[InAttribute] array<TextSpan>^ ptsChanged
)
abstract OnUndoRedoClusterClosingWithCommitGesture :
dwGestureFlags:uint32 *
ptsChanged:TextSpan[] -> unit
function OnUndoRedoClusterClosingWithCommitGesture(
dwGestureFlags : uint,
ptsChanged : TextSpan[]
)
Paramètres
dwGestureFlags
Type : UInt32[in]
ptsChanged
Type : array<Microsoft.VisualStudio.TextManager.Interop.TextSpan[][in]
Notes
Signature de COM
De textmgr.idl :
HRESULT IVsUndoRedoClusterWithCommitEvents::OnUndoRedoClusterClosingWithCommitGesture(
[in] DWORD dwGestureFlags,
[in] TextSpan *ptsChanged
);
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.