ITextTemplatingComponents.Callback Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The error reporting and file extension callback that the host uses.
public:
property Microsoft::VisualStudio::TextTemplating::VSHost::ITextTemplatingCallback ^ Callback { Microsoft::VisualStudio::TextTemplating::VSHost::ITextTemplatingCallback ^ get(); void set(Microsoft::VisualStudio::TextTemplating::VSHost::ITextTemplatingCallback ^ value); };
public Microsoft.VisualStudio.TextTemplating.VSHost.ITextTemplatingCallback Callback { get; set; }
member this.Callback : Microsoft.VisualStudio.TextTemplating.VSHost.ITextTemplatingCallback with get, set
Public Property Callback As ITextTemplatingCallback