SuggestedActionSet::ApplicableToSpan Property

Visual Studio 2015
 

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

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

public:
property Nullable<Span> ApplicableToSpan {
	[CompilerGeneratedAttribute]
	Nullable<Span> get();
	[CompilerGeneratedAttribute]
	private: void set(Nullable<Span> value);
}

Property Value

Type: System::Nullable<Span>

The applicability span for this list of suggested actions.

Return to top
Show: