Share via


ArrayObject.SpliceSlowly 메서드

정의

배열의 지정된 위치에서 배열에 요소를 추가하고 배열에서 요소를 제거합니다. 요소를 추가하거나, 제거하거나 둘 다 할 수 있습니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

protected:
 void SpliceSlowly(System::UInt32 start, System::UInt32 deleteCount, cli::array <System::Object ^> ^ args, Microsoft::JScript::ArrayObject ^ outArray, System::UInt32 oldLength, System::UInt32 newLength);
protected void SpliceSlowly (uint start, uint deleteCount, object[] args, Microsoft.JScript.ArrayObject outArray, uint oldLength, uint newLength);
member this.SpliceSlowly : uint32 * uint32 * obj[] * Microsoft.JScript.ArrayObject * uint32 * uint32 -> unit
Protected Sub SpliceSlowly (start As UInteger, deleteCount As UInteger, args As Object(), outArray As ArrayObject, oldLength As UInteger, newLength As UInteger)

매개 변수

start
UInt32

요소를 추가 및 제거할 이 배열의 위치입니다.

deleteCount
UInt32

제거할 요소의 수입니다(있는 경우).

args
Object[]

추가할 요소입니다(있는 경우).

outArray
ArrayObject

이 배열에서 제거된 요소가 있는 경우 해당 요소를 포함하는 배열입니다.

oldLength
UInt32

이 배열의 이전 길이입니다.

newLength
UInt32

이 배열의 새 길이입니다.

적용 대상

추가 정보