Freigeben über


FileSearch.FileType Property

Returns or sets the type of file to look for during a file search.

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

Syntax

'Declaration
Property FileType As MsoFileType
    Get
    Set
'Usage
Dim instance As FileSearch
Dim value As MsoFileType

value = instance.FileType

instance.FileType = value
MsoFileType FileType { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoFileType

Remarks

The constant msoFileTypeOfficeFiles includes all files with any of the following extensions: *.doc, *.xls, *.ppt, *.pps, *.obd, *.mdb, *.mpd, *.dot, *.xlt, *.pot, *.obt, *.htm, or *.html.

See Also

Reference

FileSearch Interface

FileSearch Members

Microsoft.Office.Core Namespace