다음을 통해 공유


IppPrintDevice.SetPrinterAttributes 메서드

정의

IPP(Internet Printing Protocol) 특성 이름 및 값 쌍의 지정된 맵에 지정된 대로 현재 프린터의 특성을 설정합니다.

public:
 virtual IppSetAttributesResult ^ SetPrinterAttributes(IIterable<IKeyValuePair<Platform::String ^, IppAttributeValue ^> ^> ^ printerAttributes) = SetPrinterAttributes;
IppSetAttributesResult SetPrinterAttributes(IIterable<IKeyValuePair<winrt::hstring, IppAttributeValue const&>> const& printerAttributes);
public IppSetAttributesResult SetPrinterAttributes(IEnumerable<KeyValuePair<string,IppAttributeValue>> printerAttributes);
function setPrinterAttributes(printerAttributes)
Public Function SetPrinterAttributes (printerAttributes As IEnumerable(Of KeyValuePair(Of String, IppAttributeValue))) As IppSetAttributesResult

매개 변수

printerAttributes

IIterable<IKeyValuePair<String,IppAttributeValue>>

IEnumerable<KeyValuePair<String,IppAttributeValue>>

IIterable<IKeyValuePair<Platform::String,IppAttributeValue>>

IIterable<IKeyValuePair<winrt::hstring,IppAttributeValue>>

IPP(Internet Printing Protocol) 특성 이름 및 값 쌍의 맵입니다.

반환

특성 집합 작업의 결과입니다.

적용 대상