GitPullRequestCompletionOptions.TriggeredByAutoComplete 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.
If true, the current completion attempt was triggered via auto-complete. Used internally.
[System.Runtime.Serialization.DataMember(EmitDefaultValue=false, Name="triggeredByAutoComplete")]
public bool TriggeredByAutoComplete { get; set; }
member this.TriggeredByAutoComplete : bool with get, set
Public Property TriggeredByAutoComplete As Boolean
Property Value
- Attributes