Compartir a través de


HtmlTagContext.InvokeCallbackForEndTag Method

The InvokeCallbackForEndTag method causes the callback to be called for the current tag's corresponding end tag.

Namespace:  Microsoft.Exchange.Data.TextConverters
Assembly:  Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)

Syntax

'Declaration
Public Sub InvokeCallbackForEndTag
'Usage
Dim instance As HtmlTagContext

instance.InvokeCallbackForEndTag()
public void InvokeCallbackForEndTag()

Remarks

The InvokeCallbackForEndTag method is ignored for end tags or empty element tags.

Note that the callback is not invoked at the time that the InvokeCallbackForEndTag method is called, but rather at the time that the end tag is eventually encountered.