इसके माध्यम से साझा किया गया


IppAttributeValue.CreateNameWithoutLanguage(String) Method

Definition

Creates an IppAttributeValue object that contains a nameWithoutLanguage attribute with the specified value, as defined by the Internet Printing Protocol (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

Parameters

value
String

Platform::String

winrt::hstring

The value of the nameWithoutLanguage attribute.

Returns

The new IppAttributeValue object.

Applies to