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);
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 の直後にある Behavior。次に続く動作がない場合は null

適用対象