Click to Rate and Give Feedback
Collapse All/Expand All Collapse All
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
Domain-Specific Language Tools Reference
TextTransformation Class

Updated: November 2007

The abstract base class for all generated transformation classes. This class also provides utility methods and properties for use in text template code.

Namespace:  Microsoft.VisualStudio.TextTemplating
Assembly:  Microsoft.VisualStudio.TextTemplating (in Microsoft.VisualStudio.TextTemplating.dll)
Visual Basic (Declaration)
Public MustInherit Class TextTransformation _
    Implements IDisposable
Visual Basic (Usage)
Dim instance As TextTransformation
C#
public abstract class TextTransformation : IDisposable
Visual C++
public ref class TextTransformation abstract : IDisposable
JScript
public abstract class TextTransformation implements IDisposable

The text template transformation process has two steps. In the first step, the text template transformation engine creates a class that is referred to as the generated transformation class. In the second step, the engine compiles and executes the generated transformation class, to produce the generated text output. The generated transformation class inherits from TextTransformation.

Any class specified in an inherits directive in a text template must itself inherit from TextTransformation. TransformText is the only abstract member of this class.

System..::.Object
  Microsoft.VisualStudio.TextTemplating..::.TextTransformation
    Microsoft.VisualStudio.TextTemplating.VSHost..::.ModelingTextTransformation
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2010 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker