VirtualPrinterManager.RemoveVirtualPrinterForAllUsersAsync(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<bool> ^ RemoveVirtualPrinterForAllUsersAsync(Platform::String ^ printerName);
/// [Windows.Foundation.Metadata.Experimental]
/// [Windows.Foundation.Metadata.RemoteAsync]
static IAsyncOperation<bool> RemoveVirtualPrinterForAllUsersAsync(winrt::hstring const& printerName);
[Windows.Foundation.Metadata.Experimental]
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<bool> RemoveVirtualPrinterForAllUsersAsync(string printerName);
function removeVirtualPrinterForAllUsersAsync(printerName)
Public Shared Function RemoveVirtualPrinterForAllUsersAsync (printerName As String) As IAsyncOperation(Of Boolean)
Parameters
- printerName
-
String
Platform::String
winrt::hstring
Returns
- Attributes