IVsTypeLibraryWrapperBatchSupport Interface
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.
Wraps types in batch mode and processes them for a specific application domain.
public interface class IVsTypeLibraryWrapperBatchSupport
public interface class IVsTypeLibraryWrapperBatchSupport
__interface IVsTypeLibraryWrapperBatchSupport
[System.Runtime.InteropServices.Guid("56BC6B2E-539A-42BA-B7A9-CD9A201B7657")]
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.TypeLibType(528)]
public interface IVsTypeLibraryWrapperBatchSupport
[System.Runtime.InteropServices.Guid("56BC6B2E-539A-42BA-B7A9-CD9A201B7657")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsTypeLibraryWrapperBatchSupport
[<System.Runtime.InteropServices.Guid("56BC6B2E-539A-42BA-B7A9-CD9A201B7657")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
[<System.Runtime.InteropServices.TypeLibType(528)>]
type IVsTypeLibraryWrapperBatchSupport = interface
[<System.Runtime.InteropServices.Guid("56BC6B2E-539A-42BA-B7A9-CD9A201B7657")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsTypeLibraryWrapperBatchSupport = interface
Public Interface IVsTypeLibraryWrapperBatchSupport
- Attributes
Methods
StartBatch() |
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. |
StopBatch() |
Unloads the application domain after batch processing is complete. Creates an exception if the batch processing failed to perform as expected. |