EditSpan::Text Property

 

Determines the replacement text.

Namespace:   Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property String^ Text {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

Returns a string containing the text to replace with.

An insertion or deletion operation can be described in terms of a replacement operation. A deletion replaces a non-empty span with an empty string while an insertion replaces an empty span with text.

Return to top
Show: