IppPrintDevice.FromPrinterName(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.
Crée un objet IppPrintDevice à partir d’un nom d’imprimante.
public:
static IppPrintDevice ^ FromPrinterName(Platform::String ^ printerName);
static IppPrintDevice FromPrinterName(winrt::hstring const& printerName);
public static IppPrintDevice FromPrinterName(string printerName);
function fromPrinterName(printerName)
Public Shared Function FromPrinterName (printerName As String) As IppPrintDevice
Paramètres
- printerName
-
String
Platform::String
winrt::hstring
Nom d’imprimante.
Retours
Objet IppPrintDevice .
Configuration requise pour Windows
Famille d’appareils |
Windows 11 Insider Preview (introduit dans 10.0.23504.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v15.0)
|