IppSetAttributesResult.AttributeErrors 属性

定义

获取打印机或打印机作业的属性集操作的错误集合。

public:
 property IMapView<Platform::String ^, IppAttributeError ^> ^ AttributeErrors { IMapView<Platform::String ^, IppAttributeError ^> ^ get(); };
IMapView<winrt::hstring, IppAttributeError const&> AttributeErrors();
public IReadOnlyDictionary<string,IppAttributeError> AttributeErrors { get; }
var iMapView = ippSetAttributesResult.attributeErrors;
Public ReadOnly Property AttributeErrors As IReadOnlyDictionary(Of String, IppAttributeError)

属性值

打印机或打印机作业的属性集操作的错误集合。

适用于