FinderReplacement(Span, String) Constructor

Definition

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

Applies to