Partager via


Source.IsClosed, propriété

Obtient l'état actuel du fichier source.

Espace de noms :  Microsoft.VisualStudio.Package
Assemblys :   Microsoft.VisualStudio.Package.LanguageService.10.0 (dans Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (dans Microsoft.VisualStudio.Package.LanguageService.dll)
  Microsoft.VisualStudio.Package.LanguageService.11.0 (dans Microsoft.VisualStudio.Package.LanguageService.11.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.9.0 (dans Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntaxe

'Déclaration
Public ReadOnly Property IsClosed As Boolean
public bool IsClosed { get; }

Valeur de propriété

Type : System.Boolean
true si le fichier source est fermé ; sinon false.

Remarques

Le fichier source est considéré fermé si la méthode d'Dispose a été appelée.Un objet d'Source est fermé lorsque toutes les vues sur cet objet sont fermées.

Sécurité .NET Framework

Voir aussi

Référence

Source Classe

Microsoft.VisualStudio.Package, espace de noms