Share via


_Application.DDERequest(Int32, String) 方法

定义

请求指定应用程序中的信息。 该方法始终返回数组。

public:
 System::Object ^ DDERequest(int Channel, System::String ^ Item);
public object DDERequest (int Channel, string Item);
Public Function DDERequest (Channel As Integer, Item As String) As Object

参数

Channel
Int32

必需 整数。 方法返回的 DDEInitiate(String, String) 通道号。

Item
String

必需的 字符串 。 需要进行查询的项。

返回

适用于