IAppxBaseExtension.HasSupportedFileType(String) Méthode

Définition

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

Boolean

true si le type de fichier est pris en charge.

S’applique à