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