ICodeLensDescriptor.ApplicableSpan 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.
The Span of the element.
public:
property Nullable<Microsoft::VisualStudio::Text::Span> ApplicableSpan { Nullable<Microsoft::VisualStudio::Text::Span> get(); };
public Microsoft.VisualStudio.Text.Span? ApplicableSpan { get; }
member this.ApplicableSpan : Nullable<Microsoft.VisualStudio.Text.Span>
Public ReadOnly Property ApplicableSpan As Nullable(Of Span)