CodeTypeRef2.Rank 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
如果此项为一个数组,则获取或设置此数组中的维数。
public:
property int Rank { int get(); void set(int value); };
public:
property int Rank { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(8)]
public int Rank { [System.Runtime.InteropServices.DispId(8)] get; [System.Runtime.InteropServices.DispId(8)] set; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
[<set: System.Runtime.InteropServices.DispId(8)>]
member this.Rank : int with get, set
Public Property Rank As Integer
属性值
一个整数,表示当为时数组的维数 TypeKind vsCMTypeRefArray 。
实现
- 属性
注解
备注
在进行了某些类型的编辑之后,代码模型元素(例如类、结构、函数、特性、委托等)的值可能变为非确定性的,这意味着不能确定它们的值始终保持不变。