IVsContainedLanguage::SetBufferCoordinator Method (IVsTextBufferCoordinator^)

 

Allows for a change in buffer coordinators on-the-fly.

Namespace:   Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

int SetBufferCoordinator(
	IVsTextBufferCoordinator^ pBC
)

Parameters

pBC
Type: Microsoft.VisualStudio.TextManager.Interop::IVsTextBufferCoordinator^

[in] An IVsTextBufferCoordinator object representing the new buffer coordinator.

Return Value

Type: System::Int32

If successful, returns S_OK; otherwise, returns an error code.

From singlefileeditor.idl:

HRESULT IVsContainedLanguage::SetBufferCoordinator(
   [in] IVsTextBufferCoordinator* pBC
);
Return to top
Show: