次の方法で共有


RuleInvokeAttribute.MethodInvoked プロパティ

定義

条件が満たされたときに起動されるメソッドを取得します。

public:
 property System::String ^ MethodInvoked { System::String ^ get(); };
public string MethodInvoked { get; }
member this.MethodInvoked : string
Public ReadOnly Property MethodInvoked As String

プロパティ値

条件が満たされたときに起動されるメソッド。

適用対象