OutlookDataObjectSetData(Type, Object) - метод

Stores the specified data and its associated class type in this instance.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public void SetData(
	Type format,
	Object data
)

Параметры

format  Type
A Type representing the format associated with the data. See DataFormats for predefined formats.
data  Object
The data to store.

См. также