Share via


IVsTypeLibraryWrapperBatchSupport.StartBatch Method

Definition

Creates an application domain to work in and starts the batch processing of types. Unloads the application domain when finished. Creates an exception if the batch processing failed to perform as expected.

public:
 int StartBatch();
public:
 int StartBatch();
int StartBatch();
public int StartBatch ();
abstract member StartBatch : unit -> int
Public Function StartBatch () As Integer

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to