TextSnapshotChangedEventArgs::AfterVersion Property

 

Gets the ITextVersionn associated with After.

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

public:
property ITextVersion^ AfterVersion {
	ITextVersion^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextVersion^

The ITextVersionn associated with After.

Return to top
Show: