OutlookDataObjectGetData(Type) - метод |
Retrieves the data associated with the specified class type format.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Object GetData(
Type format
)
Public Function GetData (
format As Type
) As Object
public:
virtual Object^ GetData(
Type^ format
) sealed
abstract GetData :
format : Type -> Object
override GetData :
format : Type -> Object
Параметры
- format
- Тип: SystemType
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)См. также