Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Completes initialization of the add-in.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.AddInAdapter.v9.0.dll)
Syntax
'Declaration
Protected Overridable Sub CompleteInitialization
'Usage
Me.CompleteInitialization()
protected virtual void CompleteInitialization()
protected:
virtual void CompleteInitialization()
protected function CompleteInitialization()
Remarks
This method is responsible for invoking the FinishInitialization on the add-in by using the IEntryPoint interface.