Metodo OutlookDataObjectGetDataPresent (Type)
|
Determines whether data stored in this instance is associated with, or can be converted to, the specified format.
Namespace:
DedNet.Core
Assembly:
DedNet (in DedNet.dll) Versione: 23.3.0.0 (23.3.0.0)
Sintassi public bool GetDataPresent(
Type format
)
Public Function GetDataPresent (
format As Type
) As Boolean
public:
virtual bool GetDataPresent(
Type^ format
) sealed
abstract GetDataPresent :
format : Type -> bool
override GetDataPresent :
format : Type -> bool
Parametri
- format
- Tipo: SystemType
A Type representing the format for which to check. See DataFormats for predefined formats.
Valore di ritorno
Tipo:
Boolean
true if data stored in this instance is associated with, or can be converted to, the specified format; otherwise, false.
Implementa
IDataObjectGetDataPresent(Type)Vedi anche