CodeLensDescriptor.ApplicableToSpan 属性

定义

一个, Span 标识与数据点关联的代码元素的位置。

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)

属性值

Nullable<Span>

适用于