Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
コネクターを開くには、<OpenConnector> を使用します。
<OpenConnector> タグには、開くコネクターの名前を指定する <client> タグが 1 つ含まれます。
<client>
開くコネクターの名前
次の例では、simpleGroup というコネクターを開きます。
<?xml version="1.0" encoding="UTF-8"?> <actions> <OpenConnector> <client>simpleGroup</client> </OpenConnector> </actions>