Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
.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.