ComputedCompletionItemsEventArgs Class
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.
This class is used to notify of an operation that affects multiple CompletionItemWithHighlights.
public ref class ComputedCompletionItemsEventArgs sealed : EventArgs
[System.Diagnostics.DebuggerDisplay("EventArgs: {Items.Length} items")]
public sealed class ComputedCompletionItemsEventArgs : EventArgs
[<System.Diagnostics.DebuggerDisplay("EventArgs: {Items.Length} items")>]
type ComputedCompletionItemsEventArgs = class
inherit EventArgs
Public NotInheritable Class ComputedCompletionItemsEventArgs
Inherits EventArgs
- Inheritance
-
ComputedCompletionItemsEventArgs
- Attributes
Constructors
ComputedCompletionItemsEventArgs(ComputedCompletionItems) |
Constructs instance of CompletionItemEventArgs. |
Properties
Items |
Relevant items |