Exemple #1
0
        System.Runtime.InteropServices.ComTypes.IEnumFORMATETC IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR direction)
        {
            //  Log key events.
            Log("IDataObject.EnumFormatEtc called.");

            //  Not needed for Shell Data Handlers.
            throw new NotImplementedException();
        }
Exemple #2
0
 System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR direction)
 {
     throw new NotImplementedException();
 }
 System.Runtime.InteropServices.ComTypes.IEnumFORMATETC System.Runtime.InteropServices.ComTypes.IDataObject.EnumFormatEtc(System.Runtime.InteropServices.ComTypes.DATADIR dwDirection)
 {
     return(default(System.Runtime.InteropServices.ComTypes.IEnumFORMATETC));
 }