TypeWrapper.IsTypeDefinition 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 indication selon laquelle le type dans cette instance TypeWrapper est une définition de type.
public:
property bool IsTypeDefinition { bool get(); };
public bool IsTypeDefinition { get; }
member this.IsTypeDefinition : bool
Public ReadOnly Property IsTypeDefinition As Boolean
Valeur de propriété
true si le type dans cette instance TypeWrapper est une définition de type ; sinon, false.