ArrayPrototype.push メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
このメソッドは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文
Public Shared Function push ( _ thisob As Object, _ ParamArray args As Object() _ ) As Long
Dim thisob As Object Dim args As Object() Dim returnValue As Long
returnValue = ArrayPrototype.push(thisob, args)
public static long push ( Object thisob, params Object[] args )
public: static long long push ( Object^ thisob, ... array<Object^>^ args )
public static long push ( Object thisob, Object[] args )
public static function push ( thisob : Object, ... args : Object[] ) : long
thisob
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
.NET Framework
サポート対象 : 2.0、1.1、1.0
関連項目
ArrayPrototype クラス
ArrayPrototype メンバ
Microsoft.JScript 名前空間