PrintWorkflowPrinterJob.GetJobAttributes(IIterable<String>) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
現在のプリンター ジョブの属性を、インターネット印刷プロトコル (IPP) 属性の名前と値のペアのマップとして取得します。
public:
virtual IMap<Platform::String ^, IppAttributeValue ^> ^ GetJobAttributes(IIterable<Platform::String ^> ^ attributeNames) = GetJobAttributes;
IMap<winrt::hstring, IppAttributeValue const&> GetJobAttributes(IIterable<winrt::hstring> const& attributeNames);
public IDictionary<string,IppAttributeValue> GetJobAttributes(IEnumerable<string> attributeNames);
function getJobAttributes(attributeNames)
Public Function GetJobAttributes (attributeNames As IEnumerable(Of String)) As IDictionary(Of String, IppAttributeValue)
パラメーター
戻り値
IPP 属性の名前と値のペアのマップ。