OutlookDataObjectGetData(String, Boolean) - метод |
Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.
Пространство имён:
Tessa.UI
Сборка:
Tessa.UI (в Tessa.UI.dll) Версия: 3.5.0.19
Синтаксис public Object GetData(
string format,
bool autoConvert
)
Public Function GetData (
format As String,
autoConvert As Boolean
) As Object
public:
virtual Object^ GetData(
String^ format,
bool autoConvert
) sealed
abstract GetData :
format : string *
autoConvert : bool -> Object
override GetData :
format : string *
autoConvert : bool -> Object
Параметры
- format
- Тип: SystemString
The format of the data to retrieve. See DataFormats for predefined formats. - autoConvert
- Тип: SystemBoolean
true to convert the data to the specified format; otherwise, false.
Возвращаемое значение
Тип:
Object
The data associated with the specified format, or null.
Реализации
IDataObjectGetData(String, Boolean)См. также