SuggestedActionSet.ApplicableToSpan Property

Definition

Gets the applicability span for this list of suggested actions.

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

Property Value

Nullable<Span>

The applicability span for this list of suggested actions.

Remarks

The applicability span is the span of text in the ITextBuffer to which this a list of suggested actions pertains, if any.

Applies to