IppAttributeValue.GetEnumArray 方法

定义

获取包含在当前 IppAttributeValue 对象中的属性数组enum

public:
 virtual IVector<int> ^ GetEnumArray() = GetEnumArray;
IVector<int> GetEnumArray();
public IList<int> GetEnumArray();
function getEnumArray()
Public Function GetEnumArray () As IList(Of Integer)

返回

属性的 enum 数组。

适用于