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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.