ArrayPrototype.splice メソッド
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)

Public Shared Function splice ( _ thisob As Object, _ engine As VsaEngine, _ start As Double, _ deleteCnt As Double, _ ParamArray args As Object() _ ) As ArrayObject
Dim thisob As Object Dim engine As VsaEngine Dim start As Double Dim deleteCnt As Double Dim args As Object() Dim returnValue As ArrayObject returnValue = ArrayPrototype.splice(thisob, engine, start, deleteCnt, args)
public static ArrayObject splice ( Object thisob, VsaEngine engine, double start, double deleteCnt, params Object[] args )
public: static ArrayObject^ splice ( Object^ thisob, VsaEngine^ engine, double start, double deleteCnt, ... array<Object^>^ args )
public static ArrayObject splice ( Object thisob, VsaEngine engine, double start, double deleteCnt, Object[] args )
public static function splice ( thisob : Object, engine : VsaEngine, start : double, deleteCnt : double, ... args : Object[] ) : ArrayObject
- thisob
- deleteCnt
- args

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


Weblioに収録されているすべての辞書からArrayPrototype.splice メソッドを検索する場合は、下記のリンクをクリックしてください。

- ArrayPrototype.splice メソッドのページへのリンク