ICscHostObject.EndInitialization(String, Int32) Method

Definition

Ends the initialization of the ICscHostObject with the specified error message and code.

public:
 bool EndInitialization([Runtime::InteropServices::Out] System::String ^ % errorMessage, [Runtime::InteropServices::Out] int % errorCode);
public bool EndInitialization (out string errorMessage, out int errorCode);
abstract member EndInitialization : string * int -> bool
Public Function EndInitialization (ByRef errorMessage As String, ByRef errorCode As Integer) As Boolean

Parameters

errorMessage
String

The error message.

errorCode
Int32

The error code.

Returns

true if the method was successful; otherwise, false.

Applies to