Share via


CodeLensDescriptor.ApplicableToSpan Property

Definition

A Span identifying the place of the code element with which a data point is associated.

public:
 property Nullable<Microsoft::VisualStudio::Text::Span> ApplicableToSpan { Nullable<Microsoft::VisualStudio::Text::Span> get(); void set(Nullable<Microsoft::VisualStudio::Text::Span> value); };
public Microsoft.VisualStudio.Text.Span? ApplicableToSpan { get; set; }
member this.ApplicableToSpan : Nullable<Microsoft.VisualStudio.Text.Span> with get, set
Public Property ApplicableToSpan As Nullable(Of Span)

Property Value

Applies to