IIntellisenseController.DisconnectSubjectBuffer(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 subject ITextBuffer is removed from the graph of buffers associated with the ITextView, due to a change in projection or content type.
public:
void DisconnectSubjectBuffer(Microsoft::VisualStudio::Text::ITextBuffer ^ subjectBuffer);
public:
void DisconnectSubjectBuffer(Microsoft::VisualStudio::Text::ITextBuffer ^ subjectBuffer);
void DisconnectSubjectBuffer(Microsoft::VisualStudio::Text::ITextBuffer const & subjectBuffer);
public void DisconnectSubjectBuffer (Microsoft.VisualStudio.Text.ITextBuffer subjectBuffer);
abstract member DisconnectSubjectBuffer : Microsoft.VisualStudio.Text.ITextBuffer -> unit
Public Sub DisconnectSubjectBuffer (subjectBuffer As ITextBuffer)
Parameters
- subjectBuffer
- ITextBuffer
The disconnected text buffer.
Remarks
It is not guaranteed that the subject buffer was previously connected to this controller.