OnDemandDataFormat Class |
Namespace: ShellBoost.Core
public class OnDemandDataFormat : IEquatable<OnDemandDataFormat>
The OnDemandDataFormat type exposes the following members.
Name | Description | |
---|---|---|
OnDemandDataFormat(Int32, TYMED) |
Initializes a new instance of the OnDemandDataFormat class.
| |
OnDemandDataFormat(String, TYMED) |
Initializes a new instance of the OnDemandDataFormat class.
|
Name | Description | |
---|---|---|
Aspect |
Gets or sets the aspect.
| |
CF_HDROP |
Gets the CF_HDROP format.
If this format is present, it will automatically add the format's items to the data object as a CF_HDROP format.
| |
CFSTR_SHELLIDLIST |
Gets the CFSTR_SHELLIDLIST format.
If this format is present, it will automatically add the format's items to the data object as a CFSTR_SHELLIDLIST format.
| |
Format |
Gets the format.
| |
Index |
Gets or sets the index.
| |
MediumType |
Gets medium type.
| |
Name |
Gets the format name.
|
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified Object, is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(OnDemandDataFormat) |
Indicates whether the current object is equal to another object of the same type.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetMatchingFormat |
Gets the matching format for this format.
Used for multi-indices formats.
| |
GetMedium |
Gets a medium for this format from the specififed data object.
| |
OnAdded |
Called when this is added to a data object.
| |
OnMediumGet |
Called when a medium is requested.
| |
ToString |
Converts to string.
(Overrides ObjectToString.) |