ArrayObject.length プロパティとは何? わかりやすく解説 Weblio辞書 (original) (raw)
このプロパティは、.NET Framework インフラストラクチャをサポートします。独自に作成したコードから直接使用するためのものではありません。
名前空間: Microsoft.JScript
アセンブリ: Microsoft.JScript (microsoft.jscript.dll 内)
構文
Public Overridable Property length As Object
Dim instance As ArrayObject Dim value As Object
value = instance.length
instance.length = value
public virtual Object length { get; set; }
public: virtual property Object^ length { Object^ get (); void set (Object^ value); }
/** @property */ public Object get_length ()
/** @property */ public void set_length (Object value)
public function get length () : Object
public function set length (value : Object)
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
関連項目
ArrayObject クラス
ArrayObject メンバ
Microsoft.JScript 名前空間