TagObj.IsEnumeration Method

Gets flag indicating whether tag is enumeration
<ID("IsEnumeration", (int)e.IsEnumeration, false, false)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function IsEnumeration() As Boolean
This language is not supported or no code example is available.
[ID("IsEnumeration", (int)e.IsEnumeration, false, false)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public bool IsEnumeration()
This language is not supported or no code example is available.

Return Value

bool

Flag indicating whether tag is enumeration

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition