Partager via


IEditorOperations.SelectedText, propriété

Obtient le texte sélectionné.

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

Syntaxe

'Déclaration
ReadOnly Property SelectedText As String
string SelectedText { get; }
property String^ SelectedText {
    String^ get ();
}
abstract SelectedText : string with get
function get SelectedText () : String

Valeur de propriété

Type : String
Texte sélectionné.

Notes

Dans le mode de sélection de zone, chaque étendue de texte est séparée par un caractère de saut de ligne, avec un saut de ligne supplémentaire à la fin.

Sécurité .NET Framework

Voir aussi

Référence

IEditorOperations Interface

Microsoft.VisualStudio.Text.Operations, espace de noms