HtmlWriter.WriteAttributeName Method (HtmlAttributeId)
The WriteAttributeName method writes the attribute name identified by id to the output.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttributeName ( _
id As HtmlAttributeId _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlAttributeId
instance.WriteAttributeName(id)
public void WriteAttributeName(
HtmlAttributeId id
)
Parameters
- id
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeId
A HtmlAttributeId enumeration value that specifies the attribute name to write to the output.