Click or drag to resize

Metodo OutlookDataObjectSetData (String, Object)

Stores the specified data and its associated format in this instance.

Namespace:  DedNet.Core
Assembly:  DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi
public void SetData(
	string format,
	Object data
)

Parametri

format
Tipo: SystemString
The format associated with the data. See DataFormats for predefined formats.
data
Tipo: SystemObject
The data to store.

Implementa

IDataObjectSetData(String, Object)
Vedi anche