IppAttributeValue.GetBooleanArray 方法

定义

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

public:
 virtual IVector<bool> ^ GetBooleanArray() = GetBooleanArray;
IVector<bool> GetBooleanArray();
public IList<bool> GetBooleanArray();
function getBooleanArray()
Public Function GetBooleanArray () As IList(Of Boolean)

返回

属性的 boolean 数组。

适用于