System.FileExtension

标识基于文件的项的文件扩展名,包括前导句点。 此属性派生自 System.FileName。 如果 System.FileName 没有文件扩展名或VT_EMPTY,则应VT_EMPTY此属性的值。

若要获取任何项的类型 (包括非文件) 项,请使用 System.ItemType。

Windows 10版本 1703、Windows 10、版本 1607、Windows 10、版本 1511、Windows 10、版本 1507、Windows 8.1、Windows 8、Windows 7、Windows Vista

propertyDescription
   name = System.FileExtension
   shellPKey = PKEY_FileExtension
   formatID = E4F10A3C-49E6-405D-8288-A23BD4EEAA6C
   propID = 100
   SearchInfo
      InInvertedIndex = true
      IsColumn = true
   typeInfo
      type = String
      IsInnate = true

备注

PKEY 值在 Propkey.h 中定义。

如果 system.FileName 是VT_EMPTY,则此属性也应为空。 否则,此属性应由来自 System.FileName 的数据源适当派生。 如果 System.FileName 不包含文件扩展名,则应VT_EMPTY System.FileExtension 。 若要获取任何项的类型 (包括非文件) 项,请使用 System.ItemType

路径和文件扩展名属性示例。

路径 文件扩展名
c:\files\personal\hello.txt .txt
\\server\share\mydir\news.doc .doc
\\server\share\numbers.xls .xls
\\server\share\folder VT_EMPTY
c:\Stuff\MyFolder VT_EMPTY
[desktop] VT_EMPTY

 

propertyDescription

searchInfo

labelInfo

typeInfo

displayInfo

stringFormat

booleanFormat

numberFormat

dateTimeFormat

enumeratedList

drawControl

editControl

filterControl

queryControl