IExternalDebugHost::OnDebugStarting

 

Loads and starts executing the add-in.

Syntax

HRESULT OnDebugStarting(BSTR projectId);

Parameters

projectID

[in] The project ID of the project being debugged.

Return Value

One of the standard HRESULT values.

Requirements

Type Library

VstaCore.tlb

Header

VstaCore.h

See Also

IExternalDebugHost Interface