Share via


HtmlReader.TokenKind Property

The TokenKind property gets the kind of token that the HtmlReader is currently processing.

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

Syntax

'Declaration
Public ReadOnly Property TokenKind As HtmlTokenKind
    Get
'Usage
Dim instance As HtmlReader
Dim value As HtmlTokenKind

value = instance.TokenKind
public HtmlTokenKind TokenKind { get; }

Property Value

Type: Microsoft.Exchange.Data.TextConverters.HtmlTokenKind
The TokenKind property returns one of the HtmlTokenKind enumeration values indicating the kind of token that the HtmlReader is currently processing.