CompletionItem 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.
Provides details about a command line completion item.
public ref class CompletionItem
public class CompletionItem
type CompletionItem = class
Public Class CompletionItem
- Inheritance
-
CompletionItem
Constructors
CompletionItem(String, String, String, String, String, String) |
Properties
Detail |
Additional details regarding the completion item. |
Documentation |
Documentation about the completion item. |
InsertText |
The text to be inserted by this completion item. |
Kind |
The kind of completion item. |
Label |
The label value, which is the text displayed to users. |
SortText |
The value used to sort the completion item in a list. |
Methods
Equals(CompletionItem) |
Determines whether two completion items are equal. |
Equals(Object) |
Determines whether the specified object is equal to the current object. |
GetHashCode() |
Serves as the default hash function. |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. |