IBraceCompletionSession.PreOverType Method
Called by the editor when the closing brace character has been typed and before it is inserted into the buffer.
Namespace: Microsoft.VisualStudio.Text.BraceCompletion
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
'Declaration
Sub PreOverType ( _
<OutAttribute> ByRef handledCommand As Boolean _
)
void PreOverType(
out bool handledCommand
)
void PreOverType(
[OutAttribute] bool% handledCommand
)
abstract PreOverType :
handledCommand:bool byref -> unit
function PreOverType(
handledCommand : boolean
)
handledCommand
Type: Boolean%true to prevent the closing brace character from being inserted into the buffer, otherwise false.
- 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.