Symbol 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.
Defines a named symbol that resides in a hierarchy with parent and child symbols.
public ref class Symbol abstractpublic ref class Symbol abstract : System::CommandLine::Completions::ICompletionSourcepublic abstract class Symbolpublic abstract class Symbol : System.CommandLine.Completions.ICompletionSourcetype Symbol = classtype Symbol = class
    interface ICompletionSourcePublic MustInherit Class SymbolPublic MustInherit Class Symbol
Implements ICompletionSource- Inheritance
- 
				Symbol
- Derived
- Implements
Properties
| Description | Gets or sets the description of the symbol. | 
| Hidden | Gets or sets a value indicating whether the symbol is hidden. | 
| IsHidden | Gets or sets a value indicating whether the symbol is hidden. | 
| Name | Gets the name of the symbol. | 
| Parents | Gets the parent symbols. | 
Methods
| GetCompletions() | Gets completions for the symbol. | 
| GetCompletions(CompletionContext) | Gets completions for the symbol. | 
| ToString() | Returns a string that represents the current object. |