OutlookDataObjectSetData(Type, Object) - метод
Stores the specified data and its associated class type in this instance.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
public void SetData(
Type format,
Object data
)
Public Sub SetData (
format As Type,
data As Object
)
public:
virtual void SetData(
Type^ format,
Object^ data
) sealed
abstract SetData :
format : Type *
data : Object -> unit
override SetData :
format : Type *
data : Object -> unit
- format Type
- A Type representing the format associated with the data. See DataFormats for predefined formats.
- data Object
- The data to store.
IDataObjectSetData(Type, Object)