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
public void InvokeCallbackForEndTag ()
public:
void InvokeCallbackForEndTag ()
public void InvokeCallbackForEndTag ()
public function 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.
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.
Platforms
Development Platforms
Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,
Target Platforms
Windows Server 2003