Share via


EditSpan.Span Property

Definition

Determines the span to be replaced.

public:
 property Microsoft::VisualStudio::TextManager::Interop::TextSpan Span { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public:
 property Microsoft::VisualStudio::TextManager::Interop::TextSpan Span { Microsoft::VisualStudio::TextManager::Interop::TextSpan get(); void set(Microsoft::VisualStudio::TextManager::Interop::TextSpan value); };
public Microsoft.VisualStudio.TextManager.Interop.TextSpan Span { get; set; }
member this.Span : Microsoft.VisualStudio.TextManager.Interop.TextSpan with get, set
Public Property Span As TextSpan

Property Value

Returns a TextSpan object describing the span to be replaced.

Remarks

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.

Applies to