Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Determines whether or not statement completion is active over the specified ITextView.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Dichiarazione
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
Parameters
- textView
Type: Microsoft.VisualStudio.Text.Editor.ITextView
The ITextView for which to determine if statement completion is active.
Return Value
Type: System.Boolean
true when Sessions.Count > 0 and false otherwise.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.