IVsContainedLanguageHost.EnsureSecondaryBufferReady 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.
Ensures that the secondary buffer is available and has no pending changes.
public:
int EnsureSecondaryBufferReady();
public:
int EnsureSecondaryBufferReady();
int EnsureSecondaryBufferReady();
public int EnsureSecondaryBufferReady ();
abstract member EnsureSecondaryBufferReady : unit -> int
Public Function EnsureSecondaryBufferReady () As Integer
Returns
If successful, returns S_OK; otherwise, returns an error code.