IClickOnceAddInInstaller.OnAddInInstalling – metoda
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Obor názvů: Microsoft.VisualStudio.Tools.Applications.Deployment
Sestavení: Microsoft.VisualStudio.Tools.Applications.Runtime (v Microsoft.VisualStudio.Tools.Applications.Runtime.dll)
Syntaxe
'Deklarace
Sub OnAddInInstalling ( _
args As AddInInstallingArgs, _
<OutAttribute> ByRef cancel As Boolean _
)
void OnAddInInstalling(
AddInInstallingArgs args,
out bool cancel
)
Parametry
- cancel
Typ: System.Boolean%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
IClickOnceAddInInstaller Rozhraní
Microsoft.VisualStudio.Tools.Applications.Deployment – obor názvů