DisplayModeInfo.IsWireFormatSupported(DisplayWireFormat) 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.
Récupère une valeur booléenne indiquant si DisplayModeInfo prend en charge le format spécifié.
public:
virtual bool IsWireFormatSupported(DisplayWireFormat ^ wireFormat) = IsWireFormatSupported;
bool IsWireFormatSupported(DisplayWireFormat const& wireFormat);
public bool IsWireFormatSupported(DisplayWireFormat wireFormat);
function isWireFormatSupported(wireFormat)
Public Function IsWireFormatSupported (wireFormat As DisplayWireFormat) As Boolean
Paramètres
- wireFormat
- DisplayWireFormat
Retours
Boolean
bool
true
si le format est pris en charge, sinon false
.