HostedApplicationAdapter.Close 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.
Called when the application this is working with is being closed by the UII application host. This may not run if the application closes itself.
public:
virtual bool Close();
public virtual bool Close ();
abstract member Close : unit -> bool
override this.Close : unit -> bool
Public Overridable Function Close () As Boolean
Returns
true
if the application closes; otherwise, false
.