SyntaxTreeNode.IsBlock 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 cet élément est un bloc (pour éviter le cast)
public:
abstract property bool IsBlock { bool get(); };
public abstract bool IsBlock { get; }
member this.IsBlock : bool
Public MustOverride ReadOnly Property IsBlock As Boolean