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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.