次の方法で共有


ItemEvents.CustomAction(Object, Object, Boolean) メソッド

定義

これは、COM コクラス内のイベント インターフェイス内のメンバです。 これは、ユーザー コード内で使用することを意図したものではありません。

public:
 void CustomAction(System::Object ^ Action, System::Object ^ Response, [Runtime::InteropServices::Out] bool % Cancel);
public void CustomAction (object Action, object Response, out bool Cancel);
Public Sub CustomAction (Action As Object, Response As Object, ByRef Cancel As Boolean)

パラメーター

Action
Object
Response
Object
Cancel
Boolean

適用対象