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