IppAttributeError.GetUnsupportedValues Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of attribute values that are not supported by the current printer or printer job.
public:
virtual IVectorView<IppAttributeValue ^> ^ GetUnsupportedValues() = GetUnsupportedValues;
IVectorView<IppAttributeValue> GetUnsupportedValues();
public IReadOnlyList<IppAttributeValue> GetUnsupportedValues();
function getUnsupportedValues()
Public Function GetUnsupportedValues () As IReadOnlyList(Of IppAttributeValue)
Returns
The list of attribute values that are not supported by the current printer or printer job.