다음을 통해 공유


ISignatureHelpBroker.IsSignatureHelpActive 메서드

시그니처 도움말이 활성인지 여부를 확인합니다.

네임스페이스:  Microsoft.VisualStudio.Language.Intellisense
어셈블리:  Microsoft.VisualStudio.Language.Intellisense(Microsoft.VisualStudio.Language.Intellisense.dll)

구문

‘선언
Function IsSignatureHelpActive ( _
    textView As ITextView _
) As Boolean
bool IsSignatureHelpActive(
    ITextView textView
)
bool IsSignatureHelpActive(
    ITextView^ textView
)
abstract IsSignatureHelpActive : 
        textView:ITextView -> bool
function IsSignatureHelpActive(
    textView : ITextView
) : boolean

매개 변수

반환 값

형식: Boolean
지정된 ITextView에 대해 시그니처 도움말 세션이 적어도 하나 이상 있으면 true이고, 그렇지 않으면 false입니다.

.NET Framework 보안

참고 항목

참조

ISignatureHelpBroker 인터페이스

Microsoft.VisualStudio.Language.Intellisense 네임스페이스