PickerProperties.Item Property

Gets a PickerProperty object at the specified index.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
ReadOnly Default Property Item ( _
    Index As Integer _
) As PickerProperty
    Get
'Usage
Dim instance As PickerProperties
Dim Index As Integer
Dim value As PickerProperty

value = instance(Index)
PickerProperty this[
    int Index
] { get; }

Parameters

Property Value

Type: Microsoft.Office.Core.PickerProperty

See Also

Reference

PickerProperties Interface

PickerProperties Members

Microsoft.Office.Core Namespace