Share via


CompletionSourceList.Item[Int32] Propiedad

Definición

Obtiene el elemento en el índice especificado en la lista de solo lectura.

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

Parámetros

index
Int32

Índice de base cero del elemento que se va a obtener.

Valor de propiedad

Elemento en el índice especificado en la lista de solo lectura.

Implementaciones

Se aplica a