Freigeben über


ITextView.IsClosed-Eigenschaft

Bestimmt, ob diese Textansicht geschlossen wurde.

Namespace:  Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

Syntax

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

Eigenschaftswert

Typ: Boolean
true , wenn die Textansicht geschlossen ist, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

ITextView Schnittstelle

Microsoft.VisualStudio.Text.Editor-Namespace