ITrackingPoint::TextBuffer Property

 

Gets the ITextBuffer to which this point refers.

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 ITextBuffer to which this point refers.

Return to top
Show: