Partager via


ITextSnapshot.GetText, méthode (Int32, Int32)

Obtient le texte de l'instantané démarrant à l'adresse startIndex et ayant une longueur égale à length.

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

Syntaxe

'Déclaration
Function GetText ( _
    startIndex As Integer, _
    length As Integer _
) As String
string GetText(
    int startIndex,
    int length
)
String^ GetText(
    int startIndex, 
    int length
)
abstract GetText : 
        startIndex:int * 
        length:int -> string
function GetText(
    startIndex : int, 
    length : int
) : String

Paramètres

  • startIndex
    Type : Int32

    Index de départ.

  • length
    Type : Int32

    Longueur de texte à obtenir.

Valeur de retour

Type : String
Chaîne de longueur length qui démarre à l'startIndex de la ITextBuffer sous-jacente.

Exceptions

Exception Condition
ArgumentOutOfRangeException

startIndex est inférieur à zéro ou plus supérieur à la longueur de l'instantané, ou length est inférieur à zéro, ou startIndex plus length est plus supérieur à la longueur de l'instantané.

Sécurité .NET Framework

Voir aussi

Référence

ITextSnapshot Interface

GetText, surcharge

Microsoft.VisualStudio.Text, espace de noms