System.ItemTypeText
项的用户友好类型名称。 此值不打算以编程方式进行分析。
Windows 10版本 1703、Windows 10、版本 1607、Windows 10、版本 1511、Windows 10、版本 1507、Windows 8.1、Windows 8、Windows 7、Windows Vista
propertyDescription
name = System.ItemTypeText
shellPKey = PKEY_ItemTypeText
formatID = B725F130-47EF-101A-A5F1-02608C9EEBAC
propID = 4
SearchInfo
InInvertedIndex = true
IsColumn = true
typeInfo
type = String
IsInnate = true
备注
PKEY 值在 Propkey.h 中定义。
如果 System.ItemType 是VT_EMPTY,则此属性的值也是VT_EMPTY。 如果项是文件,则此属性的值与将文件的 System.ItemType 值传递给 PSFormatForDisplay 时的值相同。
此属性不应与 System.Kind 混淆,System.Kind 是一个高级的用户友好类型名称。 例如,对于.doc文档文件,各种属性如下所示:
属性 | 值 |
---|---|
System.Kind | 文档 |
System.ItemType | .doc |
System.ItemTypeText | Microsoft Word 文档 |
示例值:
路径 | ItemTypeText |
---|---|
c:\mydir\bar\hello.txt | 文本文件 |
\\server\share\mydir\goodnews.doc | Microsoft Word 文档 |
\\server\share\folder | 文件文件夹 |
c:\MyDir\MyFolder | 文件文件夹 |
/Mailbox Account/Inbox/'Re: Hello!' | Outlook 电子邮件 |
相关主题