VBFixedArrayAttribute.Bounds 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回数组界限。
public:
property cli::array <int> ^ Bounds { cli::array <int> ^ get(); };
public int[] Bounds { get; }
member this.Bounds : int[]
Public ReadOnly Property Bounds As Integer()
属性值
Int32[]
包含表示数组界限的整数数组。
注解
当 应用于数组时, VBFixedArrayAttribute
构造函数设置此属性。