_Type.HasElementType 属性

定义

为 COM 对象提供对 HasElementType 属性的与版本无关的访问。

public:
 property bool HasElementType { bool get(); };
public bool HasElementType { get; }
member this.HasElementType : bool
Public ReadOnly Property HasElementType As Boolean

属性值

如果 true 为数组、指针或按引用传递,则为 Type;否则为 false

注解

此属性用于从非托管代码访问托管类,不应从托管代码调用。

Type.HasElementType 属性

适用于