System.ItemPathDisplayNarrow
项的用户友好显示路径。
Windows 10,版本 1703、Windows 10、版本 1607、Windows 10、版本 1511、Windows 10、版本 1507、Windows 8.1、Windows 8、Windows 7、Windows Vista
propertyDescription
name = System.ItemPathDisplayNarrow
shellPKey = PKEY_ItemPathDisplayNarrow
formatID = 28636AA6-953D-11D2-B5D6-00C04FD918D0
propID = 8
SearchInfo
InInvertedIndex = false
IsColumn = true
typeInfo
type = String
IsInnate = true
备注
PKEY 值在 Propkey.h 中定义。
若要针对较窄的查看列进行优化,应定制字符串的格式,以便名称排在第一位。
如果项是文件,则属性值排除文件扩展名,但包含本地化名称(如果存在)。 如果该项是消息,则该值包括 System.ItemNamePrefix。 若要分析项路径,请使用 System.ItemUrl 或 System.ParsingPath。
示例值:
路径 | ItemPathDisplayName |
---|---|
c:\mydir\bar\hello.txt | hello (c:\mydir\bar) |
\\server\share\mydir\goodnews.doc | goodnews (\\server\share\mydir) |
\\server\share\folder | folder (\\server\share) |
c:\MyDir\MyFolder | MyFolder (c:\mydir) |
/mailbox account/inbox/'re: Hello!' | Re: Hello! (/Mailbox 帐户/收件箱) |
相关主题