Compartilhar via


Propriedade IIntellisenseSession.IsDismissed

Determina se a sessão é descartada.

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

Sintaxe

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

Valor de propriedade

Tipo: Boolean
true Se a sessão é descartada, caso contrário, false.

Segurança do .NET Framework

Consulte também

Referência

IIntellisenseSession Interface

Namespace Microsoft.VisualStudio.Language.Intellisense