_Application.DDEExecute(Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Sends a command or series of commands to an application through the specified dynamic data exchange (DDE) channel.
public:
void DDEExecute(int Channel, System::String ^ Command);
public void DDEExecute (int Channel, string Command);
abstract member DDEExecute : int * string -> unit
Public Sub DDEExecute (Channel As Integer, Command As String)
Paramètres
- Channel
- Int32
Argument de type Integer obligatoire. Numéro de canal retourné par la DDEInitiate(String, String) méthode .
- Command
- String
Argument de type String obligatoire. Commande ou série de commandes reconnues par l'application destinataire (le serveur DDE). Si l'application destinataire ne peut pas effectuer la commande spécifiée, une erreur se produit.
Remarques
L’échange dynamique de données (DDE) est une technologie plus ancienne qui n’est pas sécurisée. Si possible, utilisez une alternative plus sécurisée à DDE.