IBraceCompletionSession.PreDelete Method
Called by the editor when delete is pressed within the session.
Namespace: Microsoft.VisualStudio.Text.BraceCompletion
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Sub PreDelete ( _
<OutAttribute> ByRef handledCommand As Boolean _
)
void PreDelete(
out bool handledCommand
)
void PreDelete(
[OutAttribute] bool% handledCommand
)
abstract PreDelete :
handledCommand:bool byref -> unit
function PreDelete(
handledCommand : boolean
)
Parameters
handledCommand
Type: Boolean%true to prevent the deletion, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.