TextTemplatingCallback Class
Inheritance Hierarchy
Object
Microsoft.VisualStudio.TextTemplating.VSHost.TextTemplatingCallback
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.11.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.11.0.dll)
Syntax
'Declaration
Public Class TextTemplatingCallback _
Implements ITextTemplatingCallback
public class TextTemplatingCallback : ITextTemplatingCallback
public ref class TextTemplatingCallback : ITextTemplatingCallback
type TextTemplatingCallback =
class
interface ITextTemplatingCallback
end
public class TextTemplatingCallback implements ITextTemplatingCallback
The TextTemplatingCallback type exposes the following members.
Constructors
Name | Description | |
---|---|---|
TextTemplatingCallback |
Top
Properties
Name | Description | |
---|---|---|
Errors | ||
Extension | ||
OutputEncoding |
Top
Methods
Name | Description | |
---|---|---|
DeepCopy | ||
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
ErrorCallback | ||
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Initialize | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetFileExtension | ||
SetOutputEncoding | ||
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.