PreContentChangedEventArgs::Changes Property

 

Gets the collection of changes.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::INormalizedTextChangeCollection^

the collection of changes.

Return to top
Show: