次の方法で共有


IppAttributeValue.CreateEnumArray(IIterable<Int32>) メソッド

定義

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

public:
 static IppAttributeValue ^ CreateEnumArray(IIterable<int> ^ values);
 static IppAttributeValue CreateEnumArray(IIterable<int> const& values);
public static IppAttributeValue CreateEnumArray(IEnumerable<int> values);
function createEnumArray(values)
Public Shared Function CreateEnumArray (values As IEnumerable(Of Integer)) As IppAttributeValue

パラメーター

values

IIterable<Int32>

IEnumerable<Int32>

IIterable<int>

属性の配列の enum 値。

戻り値

新しい IppAttributeValue オブジェクト。

適用対象