TextContentChangingEventArgs::Before Property

 

Gets the most recent ITextSnapshot before the change.

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

public:
property ITextSnapshot^ Before {
	[CompilerGeneratedAttribute]
	ITextSnapshot^ get();
	[CompilerGeneratedAttribute]
	private: void set(ITextSnapshot^ value);
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The most recent ITextSnapshot before the change.

Return to top
Show: