IppAttributeValue.CreateTextWithoutLanguage(String) Metodo

Definizione

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

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

Parametri

value
String

Platform::String

winrt::hstring

Valore dell'attributo textWithoutLanguage.

Restituisce

Nuovo oggetto IppAttributeValue .

Si applica a