ITextViewLine.IsValid, propriété

Détermine si cette ligne d'affichage de texte est encore valide.

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

Syntaxe

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

Valeur de propriété

Type : Boolean
true si cette ligne d'affichage de texte est encore valide, sinon false.

Sécurité .NET Framework

Voir aussi

Référence

ITextViewLine Interface

Microsoft.VisualStudio.Text.Formatting, espace de noms