IProjectionBufferBase.SourceBuffers Property
Gets the set of ITextBuffer objects that directly contribute to the projection buffer.
Namespace: Microsoft.VisualStudio.Text.Projection
Assembly: Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)
Syntax
'Declaration
ReadOnly Property SourceBuffers As IList(Of ITextBuffer)
IList<ITextBuffer> SourceBuffers { get; }
property IList<ITextBuffer^>^ SourceBuffers {
IList<ITextBuffer^>^ get ();
}
abstract SourceBuffers : IList<ITextBuffer> with get
function get SourceBuffers () : IList<ITextBuffer>
Property Value
Type: System.Collections.Generic.IList<ITextBuffer>
The set of ITextBuffer objects that directly contribute to the projection buffer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.