PickerResults.Item Property
Gets a PickerResult object at the specified index.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As PickerResult
Get
'Usage
Dim instance As PickerResults
Dim Index As Integer
Dim value As PickerResult
value = instance(Index)
PickerResult this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Specifies an integer representing the indexed location of the PickerResult object.
Property Value
Type: Microsoft.Office.Core.PickerResult