次の方法で共有


IppPrintDevice.FromPrinterName(String) メソッド

定義

プリンター名から 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 で導入)

適用対象