OutlookDataObjectGetDataPresent(Type) - метод
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) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public bool GetDataPresent(
Type format
)
Public Function GetDataPresent (
format As Type
) As Boolean
public:
virtual bool GetDataPresent(
Type^ format
) sealed
abstract GetDataPresent :
format : Type -> bool
override GetDataPresent :
format : Type -> bool
- format Type
- A Type representing 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(Type)