OutlookDataObjectGetData(String, Boolean) - метод

Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.

Definition

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

Параметры

format  String
The format of the data to retrieve. See DataFormats for predefined formats.
autoConvert  Boolean
true to convert the data to the specified format; otherwise, false.

Возвращаемое значение

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

Реализации

IDataObjectGetData(String, Boolean)

См. также