Compartir a través de


IppAttributeValue.CreateKeyword(String) Método

Definición

Crea un objeto IppAttributeValue que contiene un keyword atributo con el valor especificado, tal y como se define en el Protocolo de impresión de Internet (IPP).

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

Parámetros

value
String

Platform::String

winrt::hstring

Valor del atributo keyword.

Devoluciones

Nuevo objeto IppAttributeValue .

Se aplica a