Control.ControlAccessibleObject.RaiseLiveRegionChanged 메서드

정의

LiveRegionChanged UI 자동화 이벤트를 발생합니다.

public:
 override bool RaiseLiveRegionChanged();
public override bool RaiseLiveRegionChanged();
override this.RaiseLiveRegionChanged : unit -> bool
Public Overrides Function RaiseLiveRegionChanged () As Boolean

반품

true작업이 성공하면 이고, 그렇지 않으면 false

예외

소유자 컨트롤이 라이브 지역이 아닙니다.

설명

이 메서드를 적용하려면 컨트롤이 System.Windows.Forms.Automation.IAutomationLiveRegion 인터페이스를 구현해야 하며 해당 LiveSetting 속성은 AutomationLiveSetting.Polite 또는 Assertive 반환해야 합니다. 또한 애플리케이션을 .NET Framework 4.8을 대상으로 다시 컴파일하거나 호환성 스위치를 사용하여 이 기능을 옵트인해야 합니다.

적용 대상