CompletionSourceList.Add(ICompletionSource) Metoda

Definice

Přidá do seznamu zdroj dokončení.

public:
 void Add(System::CommandLine::Completions::ICompletionSource ^ source);
public void Add (System.CommandLine.Completions.ICompletionSource source);
member this.Add : System.CommandLine.Completions.ICompletionSource -> unit
Public Sub Add (source As ICompletionSource)

Parametry

source
ICompletionSource

Zdroj, který chcete přidat.

Platí pro