Udostępnij za pośrednictwem


CompletionSourceList.Item[Int32] Właściwość

Definicja

Pobiera element w określonym indeksie na liście tylko do odczytu.

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

Parametry

index
Int32

Indeks zerowy elementu do pobrania.

Wartość właściwości

Element w określonym indeksie na liście tylko do odczytu.

Implementuje

Dotyczy