Called by the editor when tab has been pressed and before it is inserted into the buffer.
命名空间: Microsoft.VisualStudio.Text.BraceCompletion
程序集: Microsoft.VisualStudio.Text.UI(在 Microsoft.VisualStudio.Text.UI.dll 中)
语法
声明
Sub PreTab ( _
<OutAttribute> ByRef handledCommand As Boolean _
)
void PreTab(
out bool handledCommand
)
void PreTab(
[OutAttribute] bool% handledCommand
)
abstract PreTab :
handledCommand:bool byref -> unit
function PreTab(
handledCommand : boolean
)
参数
handledCommand
类型:Boolean%true to prevent the tab from being inserted into the buffer, otherwise false.
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。