InPlaceHostingManager.Execute Método
Definição
Inicia o aplicativo ClickOnce, se e somente se for um aplicativo baseado em Windows Presentation Foundation em execução em um navegador da Web.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
Retornos
Um ObjectHandle correspondente ao aplicativo inicializado.An ObjectHandle corresponding to the launched application.
Comentários
Esse método é válido somente para aplicativos baseados em Windows Presentation Foundation que podem ser hospedados em um navegador da Web (ou seja, seus manifestos de implantação definem o hostInBrowser elemento XML).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).