ProjectionSourceSpansChangedEventArgs::After Property

 

Gets the state of the IProjectionBuffer after the change occurred.

Namespace:   Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

public:
property IProjectionSnapshot^ After {
	IProjectionSnapshot^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text.Projection::IProjectionSnapshot^

The state of the IProjectionBuffer after the change occurred

Return to top
Show: