IDataObjectGetData Method |
Gets a data array from the data object with the specified type identifier.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax byte[] GetData(
string type
)
Function GetData (
type As String
) As Byte()
abstract GetData :
type : string -> byte[]
Parameters
- type
- Type: SystemString
Type identifier that was used to store the data.
Return Value
Type:
ByteThe data array, or null if not found in the data object.
See Also