Share via


CompletionContext.IsIncomplete Property

Definition

When set, subsequent typing will dispatch another request for CompletionContext. This gives the completion source a chance to provide more items.

public:
 property bool IsIncomplete { bool get(); };
public bool IsIncomplete { get; }
member this.IsIncomplete : bool
Public ReadOnly Property IsIncomplete As Boolean

Property Value

Applies to