CompletionSourceList.Add(ICompletionSource) Méthode

Définition

Ajoute une source d’achèvement à la liste.

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)

Paramètres

source
ICompletionSource

Source à ajouter.

S’applique à