Compartilhar via


HtmlTagContext.AttributeCollection.Enumerator.Current property

The Current property gets the current HtmlTagContextAttribute structure.

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

Syntax

'Declaration
Public ReadOnly Property Current As HtmlTagContextAttribute
    Get
'Usage
Dim instance As HtmlTagContext.AttributeCollection.Enumerator
Dim value As HtmlTagContextAttribute

value = instance.Current
public HtmlTagContextAttribute Current { get; }

Property value

Type: Microsoft.Exchange.Data.TextConverters.HtmlTagContextAttribute

See also

Reference

HtmlTagContext.AttributeCollection.Enumerator structure

HtmlTagContext.AttributeCollection.Enumerator members

Microsoft.Exchange.Data.TextConverters namespace