OutlookDataObjectGetDataPresent(String) - метод

Determines whether data stored in this instance is associated with, or can be converted to, the specified format.

Definition

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

Параметры

format  String
The format for which to check. See DataFormats for predefined formats.

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

Boolean
true if data stored in this instance is associated with, or can be converted to, the specified format; otherwise false.

Реализации

IDataObjectGetDataPresent(String)

См. также