ITextView.IsClosed, propriété

Détermine si cet affichage de texte a été fermé.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)

Syntaxe

'Déclaration
ReadOnly Property IsClosed As Boolean
bool IsClosed { get; }
property bool IsClosed {
    bool get ();
}
abstract IsClosed : bool with get
function get IsClosed () : boolean

Valeur de propriété

Type : Boolean
true si l'affichage de texte est fermé, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITextView Interface

Microsoft.VisualStudio.Text.Editor, espace de noms