Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Get or set the error reporting and file extension callback that the host uses.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.Interfaces.10.0 (in Microsoft.VisualStudio.TextTemplating.Interfaces.10.0.dll)
Syntax
'Declaration
Property Callback As ITextTemplatingCallback
ITextTemplatingCallback Callback { get; set; }
property ITextTemplatingCallback^ Callback {
ITextTemplatingCallback^ get ();
void set (ITextTemplatingCallback^ value);
}
abstract Callback : ITextTemplatingCallback with get, set
function get Callback () : ITextTemplatingCallback
function set Callback (value : ITextTemplatingCallback)
Property Value
Type: Microsoft.VisualStudio.TextTemplating.VSHost.ITextTemplatingCallback
Remarks
When errors are encountered, the text templating engine calls a method on this object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.