Click or drag to resize

Metodo OutlookDataObjectGetData (Type)

Retrieves the data associated with the specified class type format.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
public Object GetData(
	Type format
)

Parametri

format
Tipo: SystemType
A Type representing the format of the data to retrieve. See DataFormats for predefined formats.

Valore di ritorno

Tipo: Object
The data associated with the specified format, or null.

Implementa

IDataObjectGetData(Type)
Vedi anche