IVsAppContainerBootstrapperEvents.QueryBootstrapStart(String, String, Boolean, String) Метод

Определение

Вызывается перед началом начальной загрузки. Это событие дает возможность компонентам прекратить процесс начальной загрузки.

public:
 void QueryBootstrapStart(System::String ^ projectUniqueName, System::String ^ target, [Runtime::InteropServices::Out] bool % cancel, [Runtime::InteropServices::Out] System::String ^ % cancelReason);
void QueryBootstrapStart(std::wstring const & projectUniqueName, std::wstring const & target, [Runtime::InteropServices::Out] bool & cancel, [Runtime::InteropServices::Out] std::wstring const & & cancelReason);
public void QueryBootstrapStart (string projectUniqueName, string target, out bool cancel, out string cancelReason);
abstract member QueryBootstrapStart : string * string * bool * string -> unit
Public Sub QueryBootstrapStart (projectUniqueName As String, target As String, ByRef cancel As Boolean, ByRef cancelReason As String)

Параметры

projectUniqueName
String

Имя проекта.

target
String

Целевой объект.

cancel
Boolean

Указывает, выполнять ли отмену.

cancelReason
String

Причина отмены.

Применяется к