Click or drag to resize

ShellDataObjectFormat Properties

The ShellDataObjectFormat type exposes the following members.

Properties
  NameDescription
Public propertyConvertedData
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.
Public propertyData
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.
Public propertyFormat
Gets the format identifier.
Public propertyName
Gets the format name.
Public propertyOnDemandDataFormat
Gets the related OnDemandDataFormat instance. Only valid (not null) if a custom OnDemandDataObject instance was provided on OnGetOnDemandDataObjectEvent.
Top
See Also