FileType

FileType class

Informations sur le fichier, telles que le type, l’extension, etc.

public sealed class FileType : IEquatable<FileType>

Propriétés

Nom La description
static Bmp { get; } Fichier image bitmap.
static Doc { get; } Format Microsoft Word.
static Docm { get; } Fichier macro Microsoft Word 2007.
static Docx { get; } Format Microsoft Word Open XML.
static Dot { get; } Modèle de document Microsoft Word.
static Dotm { get; } Modèle de document prenant en charge les macros Microsoft Word.
static Dotx { get; } Modèle Microsoft Word.
static Dwg { get; } Fichier de base de données de dessin AutoCAD.
static Dxf { get; } Fichier de format d’échange de dessin.
static Eml { get; } Fichier au standard MIME.
static Emlx { get; } Format de fichier du programme Mail.app d’Apple.
static Htm { get; } Fichier de langage de balisage hypertexte.
static Html { get; } Fichier de langage de balisage hypertexte.
static Jpeg { get; } Groupe mixte d’experts photographiques.
static Jpg { get; } Groupe mixte d’experts photographiques.
static Odp { get; } Ouvrir la présentation du document.
static Ods { get; } Format de feuille de calcul OpenDocument
static Odt { get; } Ouvrir le texte du document.
static Pdf { get; } Format de document portable Adobe.
static Png { get; } Fichier graphique réseau portable.
static Pps { get; } Diaporama Microsoft PowerPoint (hérité).
static Ppsx { get; } Diaporama Microsoft PowerPoint.
static Ppt { get; } Présentation Microsoft PowerPoint.
static Pptx { get; } Présentation XML ouverte Microsoft PowerPoint.
static Rtf { get; } Fichier au format RTF.
static Tif { get; } Fichier image balisé.
static Tiff { get; } Format de fichier image balisé
static Unknown { get; } Inconnu.
static Vsd { get; } Format binaire Microsoft Visio VSD.
static Vsdm { get; } Dessin prenant en charge les macros Microsoft Visio.
static Vsdx { get; } Format de fichier Microsoft Visio 2013 VSDX.
static Vss { get; } Fichier de gabarit Microsoft Visio.
static Vssx { get; } Fichier de gabarit Microsoft Visio.
static Vst { get; } Format de modèle binaire Microsoft Visio VST.
static Vstm { get; } Modèle de dessin prenant en charge les macros Microsoft Visio.
static Vsx { get; } Fichier XML Microsoft Visio Stencil.
static Xls { get; } Format de feuille de calcul Microsoft Excel.
static Xlsb { get; } Format de fichier binaire Excel
static Xlsm { get; } Format des macros de feuille de calcul Microsoft Excel
static Xlsx { get; } Feuille de calcul XML ouverte Microsoft Excel.
Extension { get; } Extension de fichier
FileFormat { get; } Format de fichier

Méthodes

Nom La description
static FromFileNameOrExtension(string) Renvoie FileType en fonction du nom ou de l’extension du fichier.
Equals(FileType) Vérification d’équivalence de type de fichier.
override Equals(object) Contrôle d’équivalence avec objet.
override GetHashCode() Obtenir le code de hachage.
override ToString() Renvoie une chaîne qui représente le type de fichier.
static GetSupportedFileTypes() Obtenir l’énumération des types de fichiers pris en charge.
operator == Surcharge de l’opérateur.
operator != Surcharge de l’opérateur.

Voir également