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
span
Type : Microsoft.VisualStudio.Text.IMappingSpanÉtendue modifiée.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | span a la valeur nullune référence null (Nothing en Visual Basic). |
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.