Compartir a través de


PickerResults.Item[Int32] Propiedad

Definición

Obtiene un objeto PickerResult en el índice especificado.

public:
 property Microsoft::Office::Core::PickerResult ^ default[int] { Microsoft::Office::Core::PickerResult ^ get(int Index); };
public Microsoft.Office.Core.PickerResult this[int Index] { get; }
member this.Item(int) : Microsoft.Office.Core.PickerResult
Default Public ReadOnly Property Item(Index As Integer) As PickerResult

Parámetros

Index
Int32

Especifica un entero que representa la ubicación indizada del PickerResult objeto.

Valor de propiedad

Se aplica a