ICscHostObject.EndInitialization(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.