CompletionContext.IsIncomplete Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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