UpdateTrigger Struct
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.
What triggered updating of completion.
public value class UpdateTrigger : IEquatable<Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::UpdateTrigger>
[System.Diagnostics.DebuggerDisplay("{Reason} {Character}")]
public struct UpdateTrigger : IEquatable<Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.UpdateTrigger>
[<System.Diagnostics.DebuggerDisplay("{Reason} {Character}")>]
type UpdateTrigger = struct
Public Structure UpdateTrigger
Implements IEquatable(Of UpdateTrigger)
- Inheritance
-
UpdateTrigger
- Attributes
- Implements
Constructors
UpdateTrigger(UpdateTriggerReason, Char) |
Creates a UpdateTrigger associated with a text edit |
UpdateTrigger(UpdateTriggerReason) |
Creates a InitialTrigger not associated with a text edit |
Properties
Character |
The text edit associated with the triggering action. |
Reason |
The reason that completion was updated. |
Methods
Equals(Object) | |
GetHashCode() |
Operators
Equality(UpdateTrigger, UpdateTrigger) | |
Inequality(UpdateTrigger, UpdateTrigger) |
Explicit Interface Implementations
IEquatable<UpdateTrigger>.Equals(UpdateTrigger) |