ITextVersion::TextBuffer Property

 

The ITextBuffer to which this ITextVersion applies.

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

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

Property Value

Type: Microsoft.VisualStudio.Text::ITextBuffer^

The text buffer.

Return to top
Show: