Compartir a través de


IppAttributeValue.CreateNameWithoutLanguage(String) Método

Definición

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

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

Parámetros

value
String

Platform::String

winrt::hstring

Valor del atributo nameWithoutLanguage.

Devoluciones

Nuevo objeto IppAttributeValue .

Se aplica a