IppAttributeValue.CreateNameWithoutLanguage(String) Metodo

Definizione

Crea un oggetto IppAttributeValue che contiene un nameWithoutLanguage attributo con il valore specificato, come definito dal protocollo IPP (Internet Printing Protocol).

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

Parametri

value
String

Platform::String

winrt::hstring

Valore dell'attributo nameWithoutLanguage.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a