Share via


IVsContainedLanguageHost.EnsureSecondaryBufferReady Method

Ensures that the secondary buffer is available and has no pending changes.

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

Syntax

'Declaration
Function EnsureSecondaryBufferReady As Integer
int EnsureSecondaryBufferReady()
int EnsureSecondaryBufferReady()
abstract EnsureSecondaryBufferReady : unit -> int
function EnsureSecondaryBufferReady() : int

Return Value

Type: System.Int32
If successful, returns S_OK; otherwise, returns an error code.

.NET Framework Security

See Also

Reference

IVsContainedLanguageHost Interface

Microsoft.VisualStudio.TextManager.Interop Namespace