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 Account/Inbox) |
相關主題