INamedTypeSymbol.IsScriptClass 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.
Retourne true si le type est une classe Script. Il peut s’agir d’une classe de soumission interactive ou d’une classe Script dans un fichier csx.
public:
property bool IsScriptClass { bool get(); };
public bool IsScriptClass { get; }
member this.IsScriptClass : bool
Public ReadOnly Property IsScriptClass As Boolean