IppAttributeValue.CreateBoolean(Boolean) 方法

定义

创建一个 IppAttributeValue 对象,该对象包含由 boolean Internet 打印协议 (IPP) 定义的具有指定值的属性。

public:
 static IppAttributeValue ^ CreateBoolean(bool value);
 static IppAttributeValue CreateBoolean(bool const& value);
public static IppAttributeValue CreateBoolean(bool value);
function createBoolean(value)
Public Shared Function CreateBoolean (value As Boolean) As IppAttributeValue

参数

value
Boolean

bool

boolean 特性的值。

返回

新的 IppAttributeValue 对象。

适用于