ITypedDataObject Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public interface class ITypedDataObject : System::Windows::IDataObject
public interface ITypedDataObject : System.Windows.IDataObject
type ITypedDataObject = interface
interface IDataObject
Public Interface ITypedDataObject
Implements IDataObject
- Derived
- Implements
Methods
GetData(String, Boolean) |
Retrieves a data object in a specified format, optionally converting the data to the specified format. (Inherited from IDataObject) |
GetData(String) |
Retrieves a data object in a specified format; the data format is specified by a string. (Inherited from IDataObject) |
GetData(Type) |
Retrieves a data object in a specified format; the data format is specified by a Type object. (Inherited from IDataObject) |
GetDataPresent(String, Boolean) |
Checks to see whether the data is available in, or can be converted to, a specified format. A |
GetDataPresent(String) |
Checks to see whether the data is available in, or can be converted to, a specified format; the data format is specified by a string. (Inherited from IDataObject) |
GetDataPresent(Type) |
Checks to see whether the data is available in, or can be converted to, a specified format. The data format is specified by a Type object. (Inherited from IDataObject) |
GetFormats() |
Returns a list of all formats that the data in this data object is stored in, or can be converted to. (Inherited from IDataObject) |
GetFormats(Boolean) |
Returns a list of all formats that the data in this data object is stored in. A |
SetData(Object) |
Stores the specified data in this data object, automatically converting the data format from the source object type. (Inherited from IDataObject) |
SetData(String, Object, Boolean) |
Stores the specified data in this data object, along with one or more specified data formats. This overload includes a |
SetData(String, Object) |
Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a string. (Inherited from IDataObject) |
SetData(Type, Object) |
Stores the specified data in this data object, along with one or more specified data formats. The data format is specified by a Type class. (Inherited from IDataObject) |
TryGetData<T>(String, Boolean, T) | |
TryGetData<T>(String, Func<TypeName,Type>, Boolean, T) | |
TryGetData<T>(String, T) | |
TryGetData<T>(T) |
Extension Methods
TryGetData<T>(IDataObject, T) | |
TryGetData<T>(IDataObject, String, T) | |
TryGetData<T>(IDataObject, String, Boolean, T) | |
TryGetData<T>(IDataObject, String, Func<TypeName,Type>, Boolean, T) |