IppIntegerRange Klasse
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt Informationen zu einem rangeOfInteger Attribut gemäß der IPP-Spezifikation (Internet Printing Protocol) dar.
public ref class IppIntegerRange sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Printers.IIppIntegerRangeFactory, 851968, "Windows.Foundation.UniversalApiContract")]
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class IppIntegerRange final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Printers.IIppIntegerRangeFactory), 851968, "Windows.Foundation.UniversalApiContract")]
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class IppIntegerRange
function IppIntegerRange(start, end)
Public NotInheritable Class IppIntegerRange
- Vererbung
- Attribute
Windows-Anforderungen
| Gerätefamilie |
Windows 11 (eingeführt in 10.0.22000.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (eingeführt in v14.0)
|
Konstruktoren
| IppIntegerRange(Int32, Int32) |
Erstellt eine neue instance der IppIntegerRange-Klasse mit den angegebenen Werten. Dieses Objekt stellt Informationen zu einem |
Eigenschaften
| End |
Ruft die obere Grenze (inklusive) des |
| Start |
Ruft die untere Grenze (inklusive) des |