次の方法で共有


CodeTypeReference.ArrayRank プロパティ

配列の配列ランクを取得または設定します。

Public Property ArrayRank As Integer
[C#]
public int ArrayRank {get; set;}
[C++]
public: __property int get_ArrayRank();public: __property void set_ArrayRank(int);
[JScript]
public function get ArrayRank() : int;public function set ArrayRank(int);

プロパティ値

配列の次元の数。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

CodeTypeReference クラス | CodeTypeReference メンバ | System.CodeDom 名前空間