CaretPositionChangedEventArgs.TextView, propriété
Obtient l'élément ITextView contenant le signe insertion.
Espace de noms : Microsoft.VisualStudio.Text.Editor
Assembly : Microsoft.VisualStudio.Text.UI (dans Microsoft.VisualStudio.Text.UI.dll)
Syntaxe
'Déclaration
Public ReadOnly Property TextView As ITextView
public ITextView TextView { get; }
public:
property ITextView^ TextView {
ITextView^ get ();
}
member TextView : ITextView with get
function get TextView () : ITextView
Valeur de propriété
Type : Microsoft.VisualStudio.Text.Editor.ITextView
Affichage de texte.
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.