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