SuggestedActionSet.ApplicableToSpan 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.
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
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.