Share via


ISignatureHelpBroker.IsSignatureHelpActive Method

Determines whether signature help is active.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
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

Parameters

Return Value

Type: System.Boolean
true if there is at least one signature help session over the specified ITextView, false otherwise.

.NET Framework Security

See Also

Reference

ISignatureHelpBroker Interface

Microsoft.VisualStudio.Language.Intellisense Namespace