OutlookDataObjectGetDataPresent(String) - метод |
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public bool GetDataPresent(
string format
)
Public Function GetDataPresent (
format As String
) As Boolean
public:
virtual bool GetDataPresent(
String^ format
) sealed
abstract GetDataPresent :
format : string -> bool
override GetDataPresent :
format : string -> bool
Параметры
- format
- Тип: SystemString
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)См. также