ITextCaret.ContainingTextViewLine, propriété
Obtient l'élément ITextViewLine contenant le signe insertion, tant que cette ligne de texte est visible dans la vue.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
ReadOnly Property ContainingTextViewLine As ITextViewLine
ITextViewLine ContainingTextViewLine { get; }
property ITextViewLine^ ContainingTextViewLine {
ITextViewLine^ get ();
}
abstract ContainingTextViewLine : ITextViewLine with get
function get ContainingTextViewLine () : ITextViewLine
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Formatting.ITextViewLine
Ligne.
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.