IIntellisenseController::ConnectSubjectBuffer Method (ITextBuffer^)

 

Called when a new subject ITextBuffer appears in the graph of buffers associated with the ITextView, due to a change in projection or content type.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

void ConnectSubjectBuffer(
	ITextBuffer^ subjectBuffer
)

Parameters

subjectBuffer
Type: Microsoft.VisualStudio.Text::ITextBuffer^

The newly-connected text buffer.

For more information about projection and buffer graphs, see Inside the Editor.

Return to top
Show: