FileTypes.Item Property
Returns a value that indicates which file type will be searched for by the Execute method of the FileSearch object.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
Index As Integer _
) As MsoFileType
Get
'Usage
Dim instance As FileTypes
Dim Index As Integer
Dim value As MsoFileType
value = instance(Index)
MsoFileType this[
int Index
] { get; }
Parameters
Index
Type: System.Int32Optional Integer. The index number of the object to be returned.
Property Value
Type: Microsoft.Office.Core.MsoFileType