TextAndAdornmentSequenceChangedEventArgs(IMappingSpan) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of TextAndAdornmentSequenceChangedEventArgs with the specified IMappingSpan.
public:
TextAndAdornmentSequenceChangedEventArgs(Microsoft::VisualStudio::Text::IMappingSpan ^ span);
public:
TextAndAdornmentSequenceChangedEventArgs(Microsoft::VisualStudio::Text::IMappingSpan ^ span);
TextAndAdornmentSequenceChangedEventArgs(Microsoft::VisualStudio::Text::IMappingSpan const & span);
public TextAndAdornmentSequenceChangedEventArgs (Microsoft.VisualStudio.Text.IMappingSpan span);
new Microsoft.VisualStudio.Text.Formatting.TextAndAdornmentSequenceChangedEventArgs : Microsoft.VisualStudio.Text.IMappingSpan -> Microsoft.VisualStudio.Text.Formatting.TextAndAdornmentSequenceChangedEventArgs
Public Sub New (span As IMappingSpan)
Parameters
- span
- IMappingSpan
The span that changed.
Exceptions
span
is null.