PrintWorkflowPrinterJob.GetJobAttributes(IIterable<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.
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
The names of the IPP attributes to retrieve.
Returns
A map of IPP attribute names and value pairs.