IVsAppContainerProjectDeployEvents.OnDeployEnd Yöntem

Tanım

Uygulama dağıtım işlemi tamamlandıktan sonra çağırılır. Bu olay çağrıldıktan sonra tetiklenir OnEndDeploy(Boolean, String, String) .

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)

Parametreler

projectUniqueName
String

'ndaki Projenin benzersiz adı.

result
IVsAppContainerProjectDeployResult

'ndaki Dağıtım işleminin sonuçları.

Şunlara uygulanır