Partager via


TextAndAdornmentSequenceChangedEventArgs, constructeur

Initialise une nouvelle instance de la classe TextAndAdornmentSequenceChangedEventArgs avec le IMappingSpan spécifié.

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

Syntaxe

'Déclaration
Public Sub New ( _
    span As IMappingSpan _
)
public TextAndAdornmentSequenceChangedEventArgs(
    IMappingSpan span
)
public:
TextAndAdornmentSequenceChangedEventArgs(
    IMappingSpan^ span
)
new : 
        span:IMappingSpan -> TextAndAdornmentSequenceChangedEventArgs
public function TextAndAdornmentSequenceChangedEventArgs(
    span : IMappingSpan
)

Paramètres

Exceptions

Exception Condition
ArgumentNullException

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

Sécurité .NET Framework

Voir aussi

Référence

TextAndAdornmentSequenceChangedEventArgs Classe

Microsoft.VisualStudio.Text.Formatting, espace de noms