Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Called after the application deployment operation is complete. This event is fired after OnEndDeploy is called.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub OnDeployEnd ( _
projectUniqueName As String, _
result As IVsAppContainerProjectDeployResult _
)
void OnDeployEnd(
string projectUniqueName,
IVsAppContainerProjectDeployResult result
)
void OnDeployEnd(
[InAttribute] String^ projectUniqueName,
[InAttribute] IVsAppContainerProjectDeployResult^ result
)
abstract OnDeployEnd :
projectUniqueName:string *
result:IVsAppContainerProjectDeployResult -> unit
function OnDeployEnd(
projectUniqueName : String,
result : IVsAppContainerProjectDeployResult
)
Parameters
projectUniqueName
Type: String[in] The unique name of the project.
result
Type: Microsoft.VisualStudio.Shell.Interop.IVsAppContainerProjectDeployResult[in] The results of the deployment operation.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.