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 : IEquatable<System::CommandLine::Completions::CompletionItem ^>public ref class CompletionItempublic class CompletionItem : IEquatable<System.CommandLine.Completions.CompletionItem>public class CompletionItemtype CompletionItem = class
    interface IEquatable<CompletionItem>type CompletionItem = classPublic Class CompletionItem
Implements IEquatable(Of CompletionItem)Public Class CompletionItem- Inheritance
- 
				CompletionItem
- Implements
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. | 
| ToString() | Returns a string that represents the current object. |