IIntellisenseSession::IsDismissed Property

 

Determines whether the session is dismissed.

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

property bool IsDismissed {
	bool get();
}

Property Value

Type: System::Boolean

true if the session is dismissed, otherwise false.

Return to top
Show: