Share via


Symbol Class

Definition

Defines a named symbol that resides in a hierarchy with parent and child symbols.

public ref class Symbol abstract
public abstract class Symbol
type Symbol = class
Public MustInherit Class Symbol
Inheritance
Symbol
Derived

Properties

Name Description
Description

Gets or sets the description of the symbol.

Hidden

Gets or sets a value indicating whether the symbol is hidden.

Name

Gets the name of the symbol.

Parents

Gets the parent symbols.

Methods

Name Description
GetCompletions(CompletionContext)

Gets completions for the symbol.

ToString()

Returns a string that represents the current object.

Applies to