Encapsulates a metadata property to be included in an image file.
| C# | Visual Basic |
public sealed class PropertyItem
Public NotInheritable Class PropertyItem
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| PropertyItem()()()() | Initializes a new instance of the PropertyItem class | |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Id |
Gets or sets the ID of the property.
| |
| Len |
Gets or sets the length (in bytes) of the Value property.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) | |
| Type |
Gets or sets an integer that defines the type of data contained in the Value property.
| |
| Value |
Gets or sets the value of the property item.
|
| Platforms Supported | |
|---|---|
| Windows Mobile | Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows CE 5.0 and later |
| Object | |
| PropertyItem | |