Share via


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 です。

適用対象