HtmlWriter.WriteAttribute method (HtmlAttributeId, Char[], Int32, Int32)
The WriteAttribute method reads an attribute value from a buffer and writes it to the output with the name specified by the id parameter.
Namespace: Microsoft.Exchange.Data.TextConverters
Assembly: Microsoft.Exchange.Data.Common (in Microsoft.Exchange.Data.Common.dll)
Syntax
'Declaration
Public Sub WriteAttribute ( _
id As HtmlAttributeId, _
buffer As Char(), _
index As Integer, _
count As Integer _
)
'Usage
Dim instance As HtmlWriter
Dim id As HtmlAttributeId
Dim buffer As Char()
Dim index As Integer
Dim count As Integer
instance.WriteAttribute(id, buffer, index, _
count)
public void WriteAttribute(
HtmlAttributeId id,
char[] buffer,
int index,
int count
)
Parameters
id
Type: Microsoft.Exchange.Data.TextConverters.HtmlAttributeIdA HtmlAttributeId enumeration value identifying the attribute to write.
buffer
Type: []The character array to write the value data from.
index
Type: System.Int32The starting index in buffer.
count
Type: System.Int32The number of characters to write.