Freigeben über


IppTextWithLanguage Klasse

Definition

Stellt Informationen zu einem textWithLanguage Attribut gemäß der IPP-Spezifikation (Internet Printing Protocol) dar.

public ref class IppTextWithLanguage sealed
/// [Windows.Foundation.Metadata.Activatable(Windows.Devices.Printers.IIppTextWithLanguageFactory, 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 IppTextWithLanguage final
[Windows.Foundation.Metadata.Activatable(typeof(Windows.Devices.Printers.IIppTextWithLanguageFactory), 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 IppTextWithLanguage
function IppTextWithLanguage(language, text)
Public NotInheritable Class IppTextWithLanguage
Vererbung
Object Platform::Object IInspectable IppTextWithLanguage
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

IppTextWithLanguage(String, String)

Erstellt eine neue instance der IppTextWithLanguage-Klasse mit den angegebenen Werten. Dieses Objekt stellt Informationen zu einem textWithLanguage Attribut dar, wie durch das Internet Printing Protocol (IPP) definiert.

Eigenschaften

Language

Ruft den Code ab, der die Sprache des textWithLanguage Attributs angibt (wie durch das Internet Printing Protocol (IPP) definiert), das durch das aktuelle IppTextWithLanguage-Objekt dargestellt wird. Der Sprachcode wird durch die RFC 5646-Spezifikation definiert.

Value

Ruft den Textwert des textWithLanguage Attributs (wie durch das Internet Printing Protocol (IPP) definiert) ab, das durch das aktuelle IppTextWithLanguage-Objekt dargestellt wird.

Gilt für:

Weitere Informationen