_Application.DDERequest(Int32, String) Méthode

Définition

Cette méthode demande des informations à l'application spécifiée. Cette méthode renvoie toujours un tableau.

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

Paramètres

Channel
Int32

Argument de type Integer obligatoire. Numéro de canal renvoyé par la DDEInitiate(String, String) méthode.

Item
String

Argument de type String obligatoire. Élément à requérir.

Retours

Object

S’applique à