Partager via


ITextSnapshot.ToCharArray, méthode

Convertit une plage de texte en tableau de caractères.

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

Syntaxe

'Déclaration
Function ToCharArray ( _
    startIndex As Integer, _
    length As Integer _
) As Char()
char[] ToCharArray(
    int startIndex,
    int length
)
array<wchar_t>^ ToCharArray(
    int startIndex, 
    int length
)
abstract ToCharArray : 
        startIndex:int * 
        length:int -> char[] 
function ToCharArray(
    startIndex : int, 
    length : int
) : char[]

Paramètres

  • startIndex
    Type : Int32

    Index de départ de la plage de texte.

  • length
    Type : Int32

    Longueur du texte.

Valeur de retour

Type : array<Char[]
Le choix de personnages en commençant à l'adresse startIndex dans ITextBuffer sous-jacent et étendant à sa fin.

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

Microsoft.VisualStudio.Text, espace de noms