The IDataObject type exposes the following members.
Methods
|
| Name | Description |
|---|
 | GetProperties | Obsolete.
Returns a collection of the available properties
for the underlaying object. To get the actual data object
use RawData.
|
 | TryGetValue |
Gets the value of the specified member.
|
Properties
|
| Name | Description |
|---|
 | Item |
Gets the value of the specified member.
|
 | RawData |
Gets the actual object that the current IDataObject wraps.
|
See Also