次の方法で共有


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)

プロパティ値

プリンターまたはプリンター ジョブの属性セット操作に関するエラーのコレクション。

適用対象