CompletionSourceList.Item[Int32] Vlastnost

Definice

Získá prvek v zadaném indexu v seznamu jen pro čtení.

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

Index od nuly prvku, který chcete získat.

Hodnota vlastnosti

Element v zadaném indexu v seznamu jen pro čtení.

Implementuje

Platí pro