OutlookDataObject - класс

Definition

Пространство имён: Tessa.UI
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.0.4
C#
public class OutlookDataObject : IDataObject
Inheritance
Object    OutlookDataObject
Implements
IDataObject

Конструкторы

OutlookDataObject Initializes a new instance of the OutlookDataObject class.

Методы

EqualsDetermines whether the specified object is equal to the current object.
(Унаследован от Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetData(String) Retrieves the data associated with the specified data format.
GetData(Type) Retrieves the data associated with the specified class type format.
GetData(String, Boolean) Retrieves the data associated with the specified data format, using a Boolean to determine whether to convert the data to the format.
GetData(String, Int32) Retrieves the data associated with the specified data format at the specified index.
GetDataPresent(String) Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
GetDataPresent(Type) Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
GetDataPresent(String, Boolean) Determines whether data stored in this instance is associated with the specified format, using a Boolean value to determine whether to convert the data to the format.
GetFormats Returns a list of all formats that data stored in this instance is associated with or can be converted to.
GetFormats(Boolean) Gets a list of all formats that data stored in this instance is associated with or can be converted to, using a Boolean value to determine whether to retrieve all formats that the data can be converted to or only native data formats.
GetHashCodeServes as the default hash function.
(Унаследован от Object)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
SetData(Object) Stores the specified data in this instance, using the class of the data for the format.
SetData(String, Object) Stores the specified data and its associated format in this instance.
SetData(Type, Object) Stores the specified data and its associated class type in this instance.
SetData(String, Object, Boolean) Stores the specified data and its associated format in this instance, using a Boolean value to specify whether the data can be converted to another format.
ToStringReturns a string that represents the current object.
(Унаследован от Object)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также