FileSearch.FileType プロパティ

定義

ファイル検索中に検索するファイルの種類を設定または返します。

public:
 property Microsoft::Office::Core::MsoFileType FileType { Microsoft::Office::Core::MsoFileType get(); void set(Microsoft::Office::Core::MsoFileType value); };
public Microsoft.Office.Core.MsoFileType FileType { get; set; }
member this.FileType : Microsoft.Office.Core.MsoFileType with get, set
Public Property FileType As MsoFileType

プロパティ値

注釈

定数 msoFileTypeOfficeFiles には、*.doc、*.xls、*.ppt、*.pps、*.obd、*.mdb、*.mpd、*.dot、*.xlt、*.pot、*.obt、*.htm、または *.htmlのいずれかの拡張子を持つすべてのファイルが含まれます。

適用対象