Symbol 類別

定義

定義位於具有父代和子符號之階層中的具名符號。

public ref class Symbol abstract : System::CommandLine::Completions::ICompletionSource
public abstract class Symbol : System.CommandLine.Completions.ICompletionSource
type Symbol = class
    interface ICompletionSource
Public MustInherit Class Symbol
Implements ICompletionSource
繼承
Symbol
衍生
實作

屬性

Description

取得或設定符號的描述。

IsHidden

取得或設定值,指出符號是否隱藏。

Name

取得或設定符號的名稱。

Parents

取得父符號。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetCompletions()

取得符號的完成。

GetCompletions(CompletionContext)

取得命令行完成的建議值。

GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

適用於