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
Index
Type: System.Int32Specifies an integer representing the index of the PickerProperty object.
Property Value
Type: Microsoft.Office.Core.PickerProperty