Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Sub Flush
void Flush()
void Flush()
abstract Flush : unit -> unit
function 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
- 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.