IppAttributeValue.CreateKeyword(String) 方法

定义

创建一个 IppAttributeValue 对象,该对象包含 keyword 由 Internet 打印协议 (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

参数

value
String

Platform::String

winrt::hstring

keyword 特性的值。

返回

新的 IppAttributeValue 对象。

适用于