다음을 통해 공유


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 네임스페이스