Partager via


IppPrintDevice.IsIppPrinter(String) Méthode

Définition

Détermine si l’argument chaîne est le nom d’une imprimante IPP (Internet Printing Protocol).

public:
 static bool IsIppPrinter(Platform::String ^ printerName);
 static bool IsIppPrinter(winrt::hstring const& printerName);
public static bool IsIppPrinter(string printerName);
function isIppPrinter(printerName)
Public Shared Function IsIppPrinter (printerName As String) As Boolean

Paramètres

printerName
String

Platform::String

winrt::hstring

Chaîne contenant un nom d’imprimante candidate.

Retours

Boolean

bool

true si printerName est le nom d’une imprimante IPP (Internet Printing Protocol) ; sinon, false.

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)

S’applique à