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)

property bool IsStarted {
	bool get();
}

Property Value

Type: System::Boolean

true if the completion session has been started, otherwise false.

Return to top
Show: