IGpioPinProvider.IsDriveModeSupported(ProviderGpioPinDriveMode) 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 un mode lecteur est pris en charge pour l’épingle.
public:
bool IsDriveModeSupported(ProviderGpioPinDriveMode driveMode);
bool IsDriveModeSupported(ProviderGpioPinDriveMode const& driveMode);
public bool IsDriveModeSupported(ProviderGpioPinDriveMode driveMode);
function isDriveModeSupported(driveMode)
Public Function IsDriveModeSupported (driveMode As ProviderGpioPinDriveMode) As Boolean
Paramètres
- driveMode
- ProviderGpioPinDriveMode
Mode de lecteur souhaité.
Retours
Boolean
bool
True si le mode lecteur est pris en charge ; sinon, false.