ITransformerEx Interface

Creates a data transformation object that allows you to first apply a pretransformation object to the target.

  public interface ITransformerEx : ITransformer

Public Instance Methods

Method Description
PreTransform Calls your pretransformation function with the current value of the transformation target before calling the transform function.

Requirements

Reference: Microsoft.MediaCenter.UI

Namespace: Microsoft.MediaCenter.UI

Assembly: Microsoft.MediaCenter.UI.dll

Platform: Windows Vista Ultimate, Windows Vista Home Premium, and later

See Also