EditSpan.Span Property
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.
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.