Для изменения размера нажмите или перетащите

OutlookDataObjectGetData(String) - метод

Retrieves the data associated with the specified data format.

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

Параметры

format
Тип: SystemString
The format of the data to retrieve. See DataFormats for predefined formats.

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

Тип: Object
The data associated with the specified format, or null.

Реализации

IDataObjectGetData(String)
См. также