Freigeben über


PrintWorkflowPrinterJob.GetJobAttributes(IIterable<String>) Methode

Definition

Ruft Attribute für den aktuellen Druckerauftrag als Zuordnung von IPP-Attributpaaren (Internet Printing Protocol) und Wert ab.

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)

Parameter

attributeNames

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die Namen der abzurufenden IPP-Attribute.

Gibt zurück

Eine Zuordnung von IPP-Attributnamen und Wertpaaren.

Gilt für: