Freigeben über


IppAttributeValue.CreateKeyword(String) Methode

Definition

Erstellt ein IppAttributeValue-Objekt , das ein keyword Attribut mit dem angegebenen Wert enthält, wie vom Internet Printing Protocol (IPP) definiert.

public:
 static IppAttributeValue ^ CreateKeyword(Platform::String ^ value);
 static IppAttributeValue CreateKeyword(winrt::hstring const& value);
public static IppAttributeValue CreateKeyword(string value);
function createKeyword(value)
Public Shared Function CreateKeyword (value As String) As IppAttributeValue

Parameter

value
String

Platform::String

winrt::hstring

Der Wert des keyword-Attributs.

Gibt zurück

Das neue IppAttributeValue-Objekt .

Gilt für: