Metodo OutlookDataObjectGetData(Type)
             | 
          
        
        
            Retrieves the data associated with the specified class type format.
            
        
        Namespace: DedNet.CoreAssembly: DedNet (in DedNet.dll) Versione: 27.4.0
Sintassipublic Object GetData(
	Type format
)
Public Function GetData ( 
	format As Type
) As Object
public:
virtual Object^ GetData(
	Type^ format
) sealed
abstract GetData : 
        format : Type -> Object 
override GetData : 
        format : Type -> Object Parametri
- format  Type
 - A Type representing the format of the data to retrieve. See DataFormats for predefined formats.
 
Valore di ritorno
Object
            The data associated with the specified format, or null.
            
Implementa
IDataObjectGetData(Type)
Vedi anche