IsolatedWindowsEnvironmentOptions.AvailablePrinters 属性

定义

已弃用。 独立 Windows 环境的打印机选择枚举。

public:
 property IsolatedWindowsEnvironmentAvailablePrinters AvailablePrinters { IsolatedWindowsEnvironmentAvailablePrinters get(); void set(IsolatedWindowsEnvironmentAvailablePrinters value); };
IsolatedWindowsEnvironmentAvailablePrinters AvailablePrinters();

void AvailablePrinters(IsolatedWindowsEnvironmentAvailablePrinters value);
/// [get: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
/// [set: Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")]
IsolatedWindowsEnvironmentAvailablePrinters AvailablePrinters();

void AvailablePrinters(IsolatedWindowsEnvironmentAvailablePrinters value);
public IsolatedWindowsEnvironmentAvailablePrinters AvailablePrinters { get; set; }
public IsolatedWindowsEnvironmentAvailablePrinters AvailablePrinters { [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] get; [Windows.Foundation.Metadata.Deprecated("IsolatedWindowsEnvironmentOptions is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 327680, "Windows.Security.Isolation.IsolatedWindowsEnvironmentContract")] set; }
var isolatedWindowsEnvironmentAvailablePrinters = isolatedWindowsEnvironmentOptions.availablePrinters;
isolatedWindowsEnvironmentOptions.availablePrinters = isolatedWindowsEnvironmentAvailablePrinters;
Public Property AvailablePrinters As IsolatedWindowsEnvironmentAvailablePrinters

属性值

枚举

属性

注解

警告

这是一个已弃用的 API。

适用于