IElisionBuffer::SourceBuffer Property

 

Gets the source buffer of this elision buffer.

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

property ITextBuffer^ SourceBuffer {
	ITextBuffer^ get();
}

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The source buffer of this elision buffer.

Return to top
Show: