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
'Declaration
ReadOnly Property IsStarted As Boolean
bool IsStarted { get; }
property bool IsStarted {
bool get ();
}
abstract IsStarted : bool with get
function get IsStarted () : boolean
Property Value
Type: Boolean
true if the completion session has been started, otherwise false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.