IEditorOperations.TextView, propriété

Obtient la vue de texte à laquelle ces opérations peuvent s'appliquer.

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

Syntaxe

'Déclaration
ReadOnly Property TextView As ITextView
ITextView TextView { get; }
property ITextView^ TextView {
    ITextView^ get ();
}
abstract TextView : ITextView with get
function get TextView () : ITextView

Valeur de propriété

Type : Microsoft.VisualStudio.Text.Editor.ITextView
L'affichage de texte sur lequel ces opérations fonctionnent.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations, espace de noms