IppPrintDevice.FromPrinterName(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プリンター名から IppPrintDevice オブジェクトを作成します。
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
パラメーター
- printerName
-
String
Platform::String
winrt::hstring
プリンター名。
戻り値
IppPrintDevice オブジェクト。
Windows の要件
デバイス ファミリ |
Windows 11 Insider Preview (10.0.23504.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v15.0 で導入)
|