ITransformFilter Interface

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

TransformITransformFilter

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

IDL HRESULT Transform(
    [in] ITransformFilterInformation* information)
.NET void Transform(
    TransformFilterInformation information)
  • information
    The information to be used for the transformation.