IppAttributeValue.CreateTextWithoutLanguage(String) Method

Definition

Creates an IppAttributeValue object that contains a textWithoutLanguage attribute with the specified value, as defined by the Internet Printing Protocol (IPP).

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

Parameters

value
String

Platform::String

winrt::hstring

The value of the textWithoutLanguage attribute.

Returns

The new IppAttributeValue object.

Applies to