Share via


IVbcHostObject5.CompileAsync(IntPtr, IntPtr) Method

Definition

This code is called only on the UI thread and kicks off the actual build with VB.

public:
 int CompileAsync([Runtime::InteropServices::Out] IntPtr % buildSucceededEvent, [Runtime::InteropServices::Out] IntPtr % buildFailedEvent);
public int CompileAsync (out IntPtr buildSucceededEvent, out IntPtr buildFailedEvent);
abstract member CompileAsync : nativeint * nativeint -> int
Public Function CompileAsync (ByRef buildSucceededEvent As IntPtr, ByRef buildFailedEvent As IntPtr) As Integer

Parameters

buildSucceededEvent
IntPtr

nativeint

[out] the build-succeeded event.

buildFailedEvent
IntPtr

nativeint

[out] the build-failed event.

Returns

Returns 0 if the method was successful.

Applies to