IIntellisenseController.ConnectSubjectBuffer(ITextBuffer) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
public:
void ConnectSubjectBuffer(Microsoft::VisualStudio::Text::ITextBuffer ^ subjectBuffer);
public:
void ConnectSubjectBuffer(Microsoft::VisualStudio::Text::ITextBuffer ^ subjectBuffer);
void ConnectSubjectBuffer(Microsoft::VisualStudio::Text::ITextBuffer const & subjectBuffer);
public void ConnectSubjectBuffer (Microsoft.VisualStudio.Text.ITextBuffer subjectBuffer);
abstract member ConnectSubjectBuffer : Microsoft.VisualStudio.Text.ITextBuffer -> unit
Public Sub ConnectSubjectBuffer (subjectBuffer As ITextBuffer)
Parameters
- subjectBuffer
- ITextBuffer
The newly-connected text buffer.
Remarks
For more information about projection and buffer graphs, see Inside the Editor.