Share via


ArrayObject.length 屬性

定義

取得或設定陣列的長度。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

public:
 virtual property System::Object ^ length { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object length { get; set; }
member this.length : obj with get, set
Public Overridable Property length As Object

屬性值

陣列的長度。

適用於

另請參閱