ITextChange3.GetNewText(Span) Method
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.
The text that replaced the old text, starting at the beginning of the span and having length equal to the length of the span.
public:
System::String ^ GetNewText(Microsoft::VisualStudio::Text::Span span);
public:
Platform::String ^ GetNewText(Microsoft::VisualStudio::Text::Span span);
std::wstring GetNewText(Microsoft::VisualStudio::Text::Span span);
public string GetNewText (Microsoft.VisualStudio.Text.Span span);
abstract member GetNewText : Microsoft.VisualStudio.Text.Span -> string
Public Function GetNewText (span As Span) As String
Parameters
- span
- Span
The span of text to return.