Source.IsClosed 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 l'état actuel du fichier source.
public:
property bool IsClosed { bool get(); };
public:
property bool IsClosed { bool get(); };
public bool IsClosed { get; }
member this.IsClosed : bool
Public ReadOnly Property IsClosed As Boolean
Valeur de propriété
true si le fichier source est fermé ; sinon, false.
Remarques
Le fichier source est considéré comme fermé si la Dispose méthode a été appelée. Un Source objet est fermé lorsque toutes les vues de cet objet sont fermées.