DesignerWindowPane.OnFlush Method

This method is called when Visual Studio wants the window pane to flush its state to the underlying buffer.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Protected Overridable Sub OnFlush
‘사용 방법

Me.OnFlush()
protected virtual void OnFlush()
protected:
virtual void OnFlush()
abstract OnFlush : unit -> unit 
override OnFlush : unit -> unit 
protected function OnFlush()

Remarks

The OnFlush method is called before save, launch or close. The default implementation calls Flush on the design surface.

.NET Framework Security

See Also

Reference

DesignerWindowPane Class

DesignerWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace

DesignSurface