SignatureHelpContext.IsRetrigger 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.
true if signature help was already showing when it was triggered.
Retriggers occur when the signature help is already active and can be caused by actions such as typing a trigger character, a cursor move, or document content changes.
public bool IsRetrigger { get; set; }
member this.IsRetrigger : bool with get, set
Public Property IsRetrigger As Boolean