GraphBuffersChangedEventArgs::RemovedBuffers Property

 

Gets the list of ITextBuffer objects that have been removed from the IBufferGraph.

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

public:
property ReadOnlyCollection<ITextBuffer^>^ RemovedBuffers {
	ReadOnlyCollection<ITextBuffer^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<ITextBuffer^>^

The list of ITextBuffer objects that have been removed from the IBufferGraph.

Return to top
Show: