HTMLProjectItem.IsOpen 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.
Détermine si l’élément de projet HTML spécifié est ouvert dans le Microsoft Script Editor.
public:
property bool IsOpen { bool get(); };
public bool IsOpen { get; }
member this.IsOpen : bool
Public ReadOnly Property IsOpen As Boolean
Valeur de propriété
Remarques
Cette propriété renvoie true si l’élément de projet HTML spécifié est ouvert dans le Microsoft Script Editor ; False si l’élément n’est pas ouvert.