Metodo OutlookDataObjectSetData (String, Boolean, Object)
|
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.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 24.6.0.0 (24.6.0.0)
Sintassi public void SetData(
string format,
bool autoConvert,
Object data
)
Public Sub SetData (
format As String,
autoConvert As Boolean,
data As Object
)
public:
virtual void SetData(
String^ format,
bool autoConvert,
Object^ data
) sealed
abstract SetData :
format : string *
autoConvert : bool *
data : Object -> unit
override SetData :
format : string *
autoConvert : bool *
data : Object -> unit
Parametri
- format
- Tipo: SystemString
The format associated with the data. See DataFormats for predefined formats. - autoConvert
- Tipo: SystemBoolean
true to allow the data to be converted to another format; otherwise, false. - data
- Tipo: SystemObject
The data to store.
Implementa
IDataObjectSetData(String, Boolean, Object)Vedi anche