Difference between revisions of "IAdeUICallbacks::FileOpenCompleted/zh"

(Created page with "== 返回值 ==")
 
(7 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
= void FileOpenCompleted([in] string function, [in] string fullFilePath) =
 
= void FileOpenCompleted([in] string function, [in] string fullFilePath) =
  
When a function requests a filename from [[IAdeUICallbacks::GetFilename]](), it calls this function after it is done with the file, for example after the file has been read.
+
当一个函数请求一个来自[[IAdeUICallbacks::GetFilename/zh|IAdeUICallbacks::GetFilename]]()函数的文件名时,在处理完文件后,将调用该函数,例如在读取完文件后。
  
This callback gives a web-based application an opportunity to delete a temporary file, for example if the file had been uploaded by the user.
+
此回调给予网络应用程序删除临时文件的机会,例如在文件被用户卸载的情况下。
  
 
== 参 数 ==
 
== 参 数 ==
  
* «function»: the identifier of the build-in function that read the file, e.g., <code>"[[SpreadsheetOpen]]"</code>.
+
* «function»:读取文件的内嵌函数的标识符,例如:<code>"[[SpreadsheetOpen]]"</code>
* «fullFilePath»: the file read -- exactly the same value returned by [[IAdeUICallbacks::GetFilename]]().
+
* «fullFilePath»:文件读取——和[[IAdeUICallbacks::GetFilename/zh|IAdeUICallbacks::GetFilename]]()返回的值完全一样。
  
 
== 返回值 ==
 
== 返回值 ==
  
None
+
  
= Examples =
+
= 示例 =
  
= See Also =
+
= 另请参考 =
  
* [[IAdeUICallbacks::GetFilename]] method
+
* [[IAdeUICallbacks::GetFilename/zh|IAdeUICallbacks::GetFilename]]方法
* [[SpreadsheetOpen]], [[ReadTextFile]], [[ReadExportFile]], [[ReadImageFile]] functions
+
* [[SpreadsheetOpen]][[ReadTextFile]][[ReadExportFile]][[ReadImageFile]]函数

Latest revision as of 02:21, 27 October 2015

ADE User Guide > ADE Server Class Reference > IAdeUICallbacks

Other languages:
English • ‎中文

void FileOpenCompleted([in] string function, [in] string fullFilePath)

当一个函数请求一个来自IAdeUICallbacks::GetFilename()函数的文件名时,在处理完文件后,将调用该函数,例如在读取完文件后。

此回调给予网络应用程序删除临时文件的机会,例如在文件被用户卸载的情况下。

参 数

返回值

示例

另请参考

Comments


You are not allowed to post comments.