TextAndAdornmentSequenceChangedEventArgs(IMappingSpan) 构造函数

定义

用指定的 TextAndAdornmentSequenceChangedEventArgs 初始化 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)

参数

span
IMappingSpan

已更改的跨度。

例外

span 为 null。

适用于