Share via


CompletionSourceList.Item[Int32] Özellik

Tanım

Öğesini salt okunur listesindeki belirtilen dizinde alır.

public:
 property System::CommandLine::Completions::ICompletionSource ^ default[int] { System::CommandLine::Completions::ICompletionSource ^ get(int index); };
public System.CommandLine.Completions.ICompletionSource this[int index] { get; }
member this.Item(int) : System.CommandLine.Completions.ICompletionSource
Default Public ReadOnly Property Item(index As Integer) As ICompletionSource

Parametreler

index
Int32

Alınacak öğenin sıfır tabanlı dizini.

Özellik Değeri

Salt okunur listesindeki belirtilen dizindeki öğesi.

Uygulamalar

Şunlara uygulanır