次の方法で共有


IppAttributeValue.CreateBooleanArray(IIterable<Boolean>) メソッド

定義

指定した値を持つ属性のboolean配列を含む IppAttributeValue オブジェクトを作成します。

public:
 static IppAttributeValue ^ CreateBooleanArray(IIterable<bool> ^ values);
 static IppAttributeValue CreateBooleanArray(IIterable<bool> const& values);
public static IppAttributeValue CreateBooleanArray(IEnumerable<bool> values);
function createBooleanArray(values)
Public Shared Function CreateBooleanArray (values As IEnumerable(Of Boolean)) As IppAttributeValue

パラメーター

values

IIterable<Boolean>

IEnumerable<Boolean>

IIterable<bool>

属性の配列の boolean 値。

戻り値

新しい IppAttributeValue オブジェクト。

適用対象