IVsAppContainerProjectDeployEvents.OnDeployEnd 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 after the application deployment operation is complete. This event is fired after OnEndDeploy(Boolean, String, String) is called.
public:
void OnDeployEnd(System::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult ^ result);
public:
void OnDeployEnd(Platform::String ^ projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult ^ result);
void OnDeployEnd(std::wstring const & projectUniqueName, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerProjectDeployResult const & result);
public void OnDeployEnd (string projectUniqueName, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult result);
abstract member OnDeployEnd : string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult -> unit
Public Sub OnDeployEnd (projectUniqueName As String, result As IVsAppContainerProjectDeployResult)
Parameters
- projectUniqueName
- String
[in] The unique name of the project.
[in] The results of the deployment operation.