Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new instance of TextAndAdornmentSequenceChangedEventArgs with the specified IMappingSpan.
Namespace: Microsoft.VisualStudio.Text.Formatting
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Syntax
'Declaration
Public Sub New ( _
span As IMappingSpan _
)
public TextAndAdornmentSequenceChangedEventArgs(
IMappingSpan span
)
public:
TextAndAdornmentSequenceChangedEventArgs(
IMappingSpan^ span
)
new :
span:IMappingSpan -> TextAndAdornmentSequenceChangedEventArgs
public function TextAndAdornmentSequenceChangedEventArgs(
span : IMappingSpan
)
Parameters
- span
Type: Microsoft.VisualStudio.Text.IMappingSpan
The span that changed.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | span is nulla null reference (Nothing in Visual Basic). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.