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


IppAttributeValue.CreateKeyword(String) Method

Definition

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

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

Parameters

value
String

Platform::String

winrt::hstring

The value of the keyword attribute.

Returns

The new IppAttributeValue object.

Applies to