इसके माध्यम से साझा किया गया


PrintWorkflowPrinterJob.GetJobAttributes(IIterable<String>) Method

Definition

Gets attributes for the current printer job as a map of Internet Printing Protocol (IPP) attribute name and value pairs.

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)

Parameters

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

The names of the IPP attributes to retrieve.

Returns

A map of IPP attribute names and value pairs.

Applies to