Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'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
)
Parameters
handledCommand
Type: Boolean%true to prevent the closing brace character from being inserted into the buffer, 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.