_Application.DDETerminate(Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
关闭指定的通向另一应用程序的 DDE(动态数据交换)通道。
public:
void DDETerminate(int Channel);
public void DDETerminate (int Channel);
abstract member DDETerminate : int -> unit
Public Sub DDETerminate (Channel As Integer)
参数
- Channel
- Int32
必需 整数。 方法返回的 DDEInitiate(String, String) 通道号。
注解
动态数据交换 (DDE) 是一种比较陈旧的技术并且不是十分安全。 如果可能,请使用更安全的 DDE 替代方法。