IVsAppContainerBootstrapperEvents.OnBootstrapEnd(String, String, IVsAppContainerBootstrapperResult) Méthode

Définition

Appelé une fois l’amorçage terminé. Notez que l’événement sera déclenché après l’appel de IVsAppContainerBootstrapperCallback :: OnEndBootstrap ().

public:
 void OnBootstrapEnd(System::String ^ projectUniqueName, System::String ^ target, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult ^ result);
public:
 void OnBootstrapEnd(Platform::String ^ projectUniqueName, Platform::String ^ target, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult ^ result);
void OnBootstrapEnd(std::wstring const & projectUniqueName, std::wstring const & target, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperResult const & result);
public void OnBootstrapEnd (string projectUniqueName, string target, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult result);
abstract member OnBootstrapEnd : string * string * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperResult -> unit
Public Sub OnBootstrapEnd (projectUniqueName As String, target As String, result As IVsAppContainerBootstrapperResult)

Paramètres

projectUniqueName
String

ID de projet.

target
String

Cible.

S’applique à