Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Microsoft Windows fornisce una serie di proprietà di sistema che è possibile usare per i formati di file. Se si sta creando un formato di file personalizzato, è necessario supportare tutte le proprietà definite dal sistema possibile. Prima di creare un gestore di proprietà personalizzato, è necessario esaminare i gestori forniti dal sistema per verificare se è possibile usarne uno invece di scriverne uno personalizzato.
La tabella seguente classifica i formati di file e quindi elenca le proprietà di sistema più importanti che il formato di file deve supportare. Per offrire un'esperienza utente ottimale, è necessario supportare tutte le proprietà prioritarie 1 e 2 per la categoria di formato di file.
Comunicazioni
Nome | Proprietà | Priorità |
---|---|---|
Data di ricezione | System.Message.DateReceived | 1 |
Dai nomi | System.Message.FromName | 1 |
Contiene allegati | System.Message.HasAttachments | 1 |
Cassetta postale | System.Communication.storeddisplayname | 1 |
Nome | System.FileName | 1 |
Oggetto | System.Subject | 1 |
Per i nomi | System.Message.ToName | 1 |
Categoria | System.Category | 2 |
Digitare | System.PerceivedType | 2 |
Contatti
Nome | Proprietà | Priorità |
---|---|---|
Nome account | System.Communication.AccountName | 1 |
Telefono aziendale | System.Contact.BusinessTelephone | 1 |
Società | System.Company | 1 |
Indirizzo email | System.Contact.PrimaryEmailAddress | 1 |
Importanza | System.ImportanceText | 1 |
Cellulare | System.Contact.MobileTelephone | 1 |
Indirizzo aziendale | System.Contact.BusinessAddress | 2 |
Fax aziendale | System.Contact.BusinessFaxNumber | 2 |
Categoria | System.Category | 2 |
Indirizzo home | System.Contact.HomeAddress | 2 |
Telefono home | System.Contact.HomeTelephone | 2 |
Titolo | System.Title | 2 |
Documenti
Nome | Proprietà | Priorità |
---|---|---|
Autori | System.Author | 1 |
Full Text | System.FullText | 1 |
Tag | System.Keywords | 1 |
Digitare | System.PerceivedType | 1 |
Categoria | System.Category | 2 |
Titolo | System.Title | 2 |
Generico
Nome | Proprietà | Priorità |
---|---|---|
Autori | System.Author | 1 |
Titolo | System.Title | 1 |
Digitare | System.PerceivedType | 1 |
Categoria | System.Category | 2 |
Tag | System.Keywords | 2 |
Musica
Nome | Proprietà | Priorità |
---|---|---|
# | System.Music.TrackNumber | 1 |
Album | System.Music.AlbumTitle | 1 |
Artisti | System.Music.Artist | 1 |
Genere | System.Music.Genre | 1 |
Valutazione | System.Rating | 1 |
Titolo | System.Title | 1 |
Album Artist | System.Music.AlbumArtist | 2 |
Velocità in bit | System.Audio.EncodingBitrate | 2 |
Conduttori | System.Music.Conductor | 2 |
Lunghezza | System.Media.Duration | 2 |
Protetto | System.DRM.IsProtected | 2 |
Anno | System.Media.Year | 2 |
Immagini
Nome | Proprietà | Priorità |
---|---|---|
Data importazione | System.DateImported | 1 |
Data di ripresa | System.Photo.DateTaken | 1 |
Valutazione | System.Rating | 1 |
Tag | System.Keywords | 1 |
Digitare | System.PerceivedType | 1 |
Autori | System.Author | 2 |
Produttore di fotocamere | System.Photo.CameraManufacturer | 2 |
Modello fotocamera | System.Photo.CameraModel | 2 |
Commenti | System.Comment | 2 |
Dimensioni | System.Image.Dimensions | 2 |
Video
Nome | Proprietà | Priorità |
---|---|---|
Lunghezza | System.Media.Duration | 1 |
Valutazione | System.Rating | 1 |
Tag | System.Keywords | 1 |
Digitare | System.PerceivedType | 1 |
Altezza cornice | System.Video.FrameHeight | 2 |
Larghezza cornice | System.Video.FrameWidth | 2 |
Argomenti correlati
-
concettuale
-
altre risorse