IppPrintDeviceManager.InstallIppPrintDeviceAsync(Uri, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- printerName
-
String
Platform::String
winrt::hstring
Returns
- Attributes