ShellDataObjectFormat Properties |
The ShellDataObjectFormat type exposes the following members.
Name | Description | |
---|---|---|
ConvertedData |
Gets the typed data associated with this data.
For array data (such as file contents corresponding to file descriptors), this will contain array of string (temporary files) or byte[].
Only supported if OnDemandDataFormat property value is null.
| |
Data |
Gets the data associated with this format.
For array data (such as file contents corresponding to file descriptors), this will be null, use ConvertedData instead.
Only supported if OnDemandDataFormat property value is null.
| |
Format |
Gets the format identifier.
| |
Name |
Gets the format name.
| |
OnDemandDataFormat |
Gets the related OnDemandDataFormat instance.
Only valid (not null) if a custom OnDemandDataObject instance was provided on OnGetOnDemandDataObjectEvent.
|