共用方式為


IIntellisenseController.Detach 方法

從指定的 ITextView 中斷控制器的連結。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
Sub Detach ( _
    textView As ITextView _
)
void Detach(
    ITextView textView
)
void Detach(
    ITextView^ textView
)
abstract Detach : 
        textView:ITextView -> unit
function Detach(
    textView : ITextView
)

參數

.NET Framework 安全性

請參閱

參考

IIntellisenseController 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間