ITransformFilter Interface

On this page:

Description

This interface defines a single transform method that should be implemented to provide the ability to compare the contents of files that Merge would not otherwise be able to understand.

Please see Edit File Type for information on implementing this interface.

Methods

Transform ITransformFilter

Perform a transformation using the information in the supplied information interface.

IDL HRESULT Transform(
    [in] ITransformFilterInformation* information)
.NET void Transform(
    TransformFilterInformation information)