ICompletionBroker.IsCompletionActive 方法
判斷指定 ITextView 的陳述式完成是否為作用中。
命名空間: Microsoft.VisualStudio.Language.Intellisense
組件: Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)
語法
'宣告
Function IsCompletionActive ( _
textView As ITextView _
) As Boolean
bool IsCompletionActive(
ITextView textView
)
bool IsCompletionActive(
ITextView^ textView
)
abstract IsCompletionActive :
textView:ITextView -> bool
function IsCompletionActive(
textView : ITextView
) : boolean
參數
textView
類型:Microsoft.VisualStudio.Text.Editor.ITextView要為其判斷陳述式完成是否為作用中的 ITextView。
傳回值
類型:Boolean
當 Sessions.Count > 0 時則為 true,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。