Partilhar via


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)

Syntax

'Declaração
Sub Flush
void Flush()

Remarks

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.

.NET Framework Security

See Also

Reference

IVSMDDesigner Interface

Microsoft.VisualStudio.Designer.Interfaces Namespace