言語

BehaviorService.GetNextBehavior(Behavior) メソッド

定義

動作スタック内の指定されたBehaviorの直後のBehaviorを返します。

public:
 System::Windows::Forms::Design::Behavior::Behavior ^ GetNextBehavior(System::Windows::Forms::Design::Behavior::Behavior ^ behavior);
public System.Windows.Forms.Design.Behavior.Behavior GetNextBehavior(System.Windows.Forms.Design.Behavior.Behavior behavior);
public System.Windows.Forms.Design.Behavior.Behavior? GetNextBehavior(System.Windows.Forms.Design.Behavior.Behavior behavior);
member this.GetNextBehavior : System.Windows.Forms.Design.Behavior.Behavior -> System.Windows.Forms.Design.Behavior.Behavior
Public Function GetNextBehavior (behavior As Behavior) As Behavior

パラメーター

behavior
Behavior

返されるBehaviorの前にあるBehavior

返品

Behavior動作スタックでbehaviorした直後、または次の動作がない場合はnull

適用対象