Partager via


IElisionBuffer.ExpandSpans, méthode

Se développe le texte spécifié par les plages spécifiées.

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

Syntaxe

'Déclaration
Function ExpandSpans ( _
    spansToExpand As NormalizedSpanCollection _
) As IProjectionSnapshot
IProjectionSnapshot ExpandSpans(
    NormalizedSpanCollection spansToExpand
)
IProjectionSnapshot^ ExpandSpans(
    NormalizedSpanCollection^ spansToExpand
)
abstract ExpandSpans : 
        spansToExpand:NormalizedSpanCollection -> IProjectionSnapshot
function ExpandSpans(
    spansToExpand : NormalizedSpanCollection
) : IProjectionSnapshot

Paramètres

  • spansToExpand
    Type : Microsoft.VisualStudio.Text.NormalizedSpanCollection

    Étendues de texte à développer par rapport à l'instantané actuel de la mémoire tampon source. Si une partie du texte désigné est déjà développée, il ne s'agit pas d'une erreur.

Valeur de retour

Type : Microsoft.VisualStudio.Text.Projection.IProjectionSnapshot
IProjectionSnapshot .

Exceptions

Exception Condition
ArgumentNullException

spansToExpand a la valeur nullune référence null (Nothing en Visual Basic).

ArgumentOutOfRangeException

La fin des étendues finales dans spansToExpand est plus supérieure à la longueur de l'instantané actuel d'SourceBuffer.

Sécurité .NET Framework

Voir aussi

Référence

IElisionBuffer Interface

Microsoft.VisualStudio.Text.Projection, espace de noms