Share via


IppPrintDeviceManager.InstallIppPrintDeviceAsync(Uri, String) Method

Definition

public:
 static IAsyncOperation<IppPrintDeviceInstallationResult ^> ^ InstallIppPrintDeviceAsync(Uri ^ printerUri, Platform::String ^ printerName);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<IppPrintDeviceInstallationResult> InstallIppPrintDeviceAsync(Uri const& printerUri, winrt::hstring const& printerName);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<IppPrintDeviceInstallationResult> InstallIppPrintDeviceAsync(System.Uri printerUri, string printerName);
function installIppPrintDeviceAsync(printerUri, printerName)
Public Shared Function InstallIppPrintDeviceAsync (printerUri As Uri, printerName As String) As IAsyncOperation(Of IppPrintDeviceInstallationResult)

Parameters

printerUri
Uri Uri
printerName
String

Platform::String

winrt::hstring

Returns

Attributes

Applies to