次の方法で共有


HtmlWriterState Enumeration

The HtmlWriterState enumeration contains values that identify the state of a HtmlWriter object.

Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in microsoft.exchange.data.common.dll)

Syntax

'Declaration
Public Enumeration HtmlWriterState
public enum HtmlWriterState
public enum class HtmlWriterState
public enum HtmlWriterState
public enum HtmlWriterState

Members

Member name Description
Attribute The HtmlWriter object is inside a tag and has started an attribute. The HtmlWriter object can append a value to the current attribute, start the next attribute, or write another tag or text.
Default The HtmlWriter object is not inside a tag. The HtmlWriter object can write a tag or text.
Tag The HtmlWriter object is inside a tag, but has not started an attribute. The HtmlWriter object can start an attribute or write another tag or text.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows Server 2003