PreContentChangedEventArgs::BeforeSnapshot Property

 

Gets the text snapshot before the change.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextSnapshot^

The text snapshot before the change.

Return to top
Show: