ITrackingSpan.GetText, méthode
Mappe l'étendue de suivi à l'instantané spécifié de sa mémoire tampon de texte et obtient le texte qu'il pointe.
Espace de noms : Microsoft.VisualStudio.Text
Assembly : Microsoft.VisualStudio.Text.Data (dans Microsoft.VisualStudio.Text.Data.dll)
Syntaxe
'Déclaration
Function GetText ( _
snapshot As ITextSnapshot _
) As String
string GetText(
ITextSnapshot snapshot
)
String^ GetText(
ITextSnapshot^ snapshot
)
abstract GetText :
snapshot:ITextSnapshot -> string
function GetText(
snapshot : ITextSnapshot
) : String
Paramètres
snapshot
Type : Microsoft.VisualStudio.Text.ITextSnapshotInstantané auquel mapper l'étendue de suivi.
Valeur de retour
Type : String
Contenu de l'étendue de suivi dans l'instantané de texte spécifié.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | snapshot a la valeur nullune référence null (Nothing en Visual Basic). |
ArgumentException | snapshot n'est pas un instantané d'TextBuffer. |
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.