TextAndAdornmentSequenceChangedEventArgs Constructor
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
'Декларация
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.