Share via


CodeLensDescriptorContext.ApplicableSpan Property

Definition

The Span of the code 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)

Property Value

Applies to