GraphBuffersChangedEventArgs.AddedBuffers 属性

获取的 ITextBuffer 对象列表添加到 IBufferGraph

命名空间:  Microsoft.VisualStudio.Text.Projection
程序集:  Microsoft.VisualStudio.Text.Data(在 Microsoft.VisualStudio.Text.Data.dll 中)

语法

声明
Public ReadOnly Property AddedBuffers As ReadOnlyCollection(Of ITextBuffer)
public ReadOnlyCollection<ITextBuffer> AddedBuffers { get; }
public:
property ReadOnlyCollection<ITextBuffer^>^ AddedBuffers {
    ReadOnlyCollection<ITextBuffer^>^ get ();
}
member AddedBuffers : ReadOnlyCollection<ITextBuffer> with get
function get AddedBuffers () : ReadOnlyCollection<ITextBuffer>

属性值

类型:ReadOnlyCollection<ITextBuffer>
已添加到 IBufferGraphITextBuffer 对象的列表。

.NET Framework 安全性

请参阅

参考

GraphBuffersChangedEventArgs 类

Microsoft.VisualStudio.Text.Projection 命名空间