IAppxBaseExtension.HasSupportedFileType(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si l'extension prend en charge le type de fichier spécifié.
public:
bool HasSupportedFileType(System::String ^ supportedFileType);
public:
bool HasSupportedFileType(Platform::String ^ supportedFileType);
bool HasSupportedFileType(std::wstring const & supportedFileType);
public bool HasSupportedFileType (string supportedFileType);
abstract member HasSupportedFileType : string -> bool
Public Function HasSupportedFileType (supportedFileType As String) As Boolean
Paramètres
- supportedFileType
- String
[in] Type de fichier à vérifier.
Retours
true si le type de fichier est pris en charge.