다음을 통해 공유


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 개체입니다.

적용 대상