Condividi tramite


ICompletionSession.IsStarted Property

Determines whether the completion session has been started.

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

Syntax

'Dichiarazione
ReadOnly Property IsStarted As Boolean
bool IsStarted { get; }
property bool IsStarted {
    bool get ();
}
abstract IsStarted : bool
function get IsStarted () : boolean

Property Value

Type: System.Boolean
true if the completion session has been started, otherwise false.

.NET Framework Security

See Also

Reference

ICompletionSession Interface

Microsoft.VisualStudio.Language.Intellisense Namespace