OutlookDataObjectSetData(String, Object, Boolean) - метод

Stores the specified data and its associated format in this instance, using a Boolean value to specify whether the data can be converted to another format.

Definition

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

Параметры

format  String
The format associated with the data. See DataFormats for predefined formats.
data  Object
The data to store.
autoConvert  Boolean
true to allow the data to be converted to another format; otherwise, false.

Реализации

IDataObjectSetData(String, Object, Boolean)

См. также