IppAttributeValue.CreateEnum(Int32) 方法

定义

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

public:
 static IppAttributeValue ^ CreateEnum(int value);
 static IppAttributeValue CreateEnum(int const& value);
public static IppAttributeValue CreateEnum(int value);
function createEnum(value)
Public Shared Function CreateEnum (value As Integer) As IppAttributeValue

参数

value
Int32

int

enum 特性的值。

返回

新的 IppAttributeValue 对象。

适用于