IFoundFiles.Item Property
This member is for Macintosh only and should not be used.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As String
Get
'Usage
Dim instance As IFoundFiles
Dim Index As Integer
Dim value As String
value = instance(Index)
string this[
int Index
] { get; }
Parameters
Index
Type: System.Int32This parameter is for Macintosh only and should not be used.
Property Value
Type: System.String