Freigeben über


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

Property Value

Type: Microsoft.Office.Core.PickerResult

See Also

Reference

PickerResults Interface

PickerResults Members

Microsoft.Office.Core Namespace