GraphBuffersChangedEventArgs.AddedBuffers Property

Definition

The list of ITextBuffer objects that have been added to the IBufferGraph.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITextBuffer ^> ^ AddedBuffers { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Text::ITextBuffer ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITextBuffer> AddedBuffers { get; }
member this.AddedBuffers : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Text.ITextBuffer>
Public ReadOnly Property AddedBuffers As ReadOnlyCollection(Of ITextBuffer)

Property Value

The list of ITextBuffer objects that have been added to the IBufferGraph.

Applies to