AttributeInfo.Creatable 属性

定义

获取一个指示是否可以创建此实例的值。

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

属性值

Boolean

false 如果满足下列任一条件: -定义此属性的类型具有一个 Assembly (Visual Basic) 的空引用 Nothing

-数组中的任何一个对象 ArgumentValuesTypeException

否则返回的值为 true

适用于