다음을 통해 공유


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입니다.

적용 대상