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 다음 동작이 없는 경우입니다.

적용 대상