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

适用于