InPlaceHostingManager.Execute 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.
Launches the ClickOnce application, if and only if it is a Windows Presentation Foundation-based application running in a Web browser.
public:
System::Runtime::Remoting::ObjectHandle ^ Execute();
public System.Runtime.Remoting.ObjectHandle Execute ();
member this.Execute : unit -> System.Runtime.Remoting.ObjectHandle
Public Function Execute () As ObjectHandle
Returns
An ObjectHandle corresponding to the launched application.
Remarks
This method is valid only for Windows Presentation Foundation-based applications that can be hosted in a Web browser (that is, their deployment manifests define the hostInBrowser
XML element).