Compartilhar via


Propriedade ICompletionSession.IsStarted

Determina se a sessão de conclusão foi iniciada.

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

Sintaxe

'Declaração
ReadOnly Property IsStarted As Boolean
bool IsStarted { get; }
property bool IsStarted {
    bool get ();
}
abstract IsStarted : bool with get
function get IsStarted () : boolean

Valor de propriedade

Tipo: Boolean
true Se a sessão de conclusão foi iniciada, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

ICompletionSession Interface

Namespace Microsoft.VisualStudio.Language.Intellisense