IVSMDDesigner::Flush Method ()

 

Flushes any changes that the designer has made to the text buffer.

Namespace:   Microsoft.VisualStudio.Designer.Interfaces
Assembly:  Microsoft.VisualStudio.Designer.Interfaces (in Microsoft.VisualStudio.Designer.Interfaces.dll)

void Flush()

If there are no changes to flush, this method does nothing. The standard designer-provided view implements IVsWindowPaneCommit and calls this on your behalf. If you are implementing your own view by having your designer specify the view technology of "PassThrough", you should call this by implementing IVsWindowPaneCommit yourself.

Return to top
Show: