OutlookDataObjectGetData(Type) - метод

Retrieves the data associated with the specified class type format.

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public Object GetData(
	Type format
)

Параметры

format  Type
A Type representing the format of the data to retrieve. See DataFormats for predefined formats.

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

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

Реализации

IDataObjectGetData(Type)

См. также