Represents an enumeration (closed choice of integer) XMP metadata property.
Object Model
Syntax
'Declaration
Public Class ImGearXMPEnum(Of As {New, Struct, IComparable, IFormattable, IConvertible})
Inherits ImGearXMPValue
'Usage
Dim instance As ImGearXMPEnum(Of T)
public class ImGearXMPEnum<> : ImGearXMPValue
where T: new(), struct, IComparable, IFormattable, IConvertible
public __gc class ImGearXMPEnum<> : public ImGearXMPValue
where T: gcnew(), value class, IComparable, IFormattable, IConvertible
generic<typename >
public ref class ImGearXMPEnum : public ImGearXMPValue
where T: gcnew(), value class, IComparable, IFormattable, IConvertible
Type Parameters
Inheritance Hierarchy
See Also