AttributeInfo.Creatable Propriedade

Definição

Obtém um valor que indica se esta instância pode ser criada.Gets a value that indicates whether this instance can be created.

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

Valor da propriedade

Boolean

false Se qualquer uma das seguintes condições for verdadeira:false if either of the following conditions are true: -O tipo que define esse atributo tem um Assembly que é uma referência nula (Visual Basic Nothing ).- The type defining this attribute has an Assembly which is a null reference (Visual Basic Nothing).

-Qualquer um dos objetos na matriz ArgumentValues é de TypeException- Any one of the objects in the array ArgumentValues is of TypeException

Caso contrário, o valor retornado será true .Otherwise the value returned is true.

Aplica-se a