AttributeInfo.Creatable Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur qui indique s'il est possible de créer une instance.
public:
property bool Creatable { bool get(); };
public bool Creatable { get; }
member this.Creatable : bool
Public ReadOnly Property Creatable As Boolean
Valeur de propriété
false
Si l’une des conditions suivantes est remplie :
-Le type qui définit cet attribut a un Assembly qui est une référence null (Visual Basic Nothing
).
-L’un des objets dans le tableau ArgumentValues est de TypeException
Sinon, la valeur retournée est true
.