RegionsChangedEventArgs::AffectedSpan Property

 

Gets the SnapshotSpan over which collapsible spans have changed.

Namespace:   Microsoft.VisualStudio.Text.Outlining
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

public:
property SnapshotSpan AffectedSpan {
	[CompilerGeneratedAttribute]
	SnapshotSpan get();
	[CompilerGeneratedAttribute]
	private: void set(SnapshotSpan value);
}

Property Value

Type: Microsoft.VisualStudio.Text::SnapshotSpan

The SnapshotSpan over which collapsible spans have changed.

Return to top
Show: