System.ItemTypeText
Nama jenis item yang mudah digunakan. Nilai ini tidak dimaksudkan untuk diurai secara terprogram.
Windows 10, versi 1703, Windows 10, versi 1607, Windows 10, versi 1511, Windows 10, versi 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
Keterangan
Nilai PKEY ditentukan dalam Propkey.h.
Jika System.ItemType VT_EMPTY, nilai properti ini juga VT_EMPTY. Jika item adalah file, nilai properti ini sama seperti jika Anda meneruskan nilai System.ItemType file ke PSFormatForDisplay.
Properti ini tidak boleh dikacaukan dengan System.Kind, yang merupakan nama jenis tingkat tinggi yang mudah digunakan. Misalnya, untuk file dokumen .doc, berbagai properti seperti yang ditunjukkan di sini:
Properti | Nilai |
---|---|
System.Kind | Dokumen |
System.ItemType | .doc |
System.ItemTypeText | Dokumen Microsoft Word |
Contoh nilai:
Jalur | ItemTypeText |
---|---|
c:\mydir\bar\hello.txt | File Teks |
\\server\share\mydir\goodnews.doc | Dokumen Microsoft Word |
\\server\share\folder | File Folder |
c:\MyDir\MyFolder | File Folder |
/Mailbox Account/Inbox/'Re: Hello!' | Pesan Email Outlook |
Topik terkait