FinderReplacement(Span, String) 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.
public:
FinderReplacement(Microsoft::VisualStudio::Text::Span match, System::String ^ replace);
public FinderReplacement (Microsoft.VisualStudio.Text.Span match, string replace);
new Microsoft.VisualStudio.Text.Operations.FinderReplacement : Microsoft.VisualStudio.Text.Span * string -> Microsoft.VisualStudio.Text.Operations.FinderReplacement
Public Sub New (match As Span, replace As String)
Parameters
- match
- Span
- replace
- String