다음을 통해 공유


IOutliningManager.RegionsExpanded 이벤트

ICollapsed 영역이 확장될 때 발생합니다.

네임스페이스:  Microsoft.VisualStudio.Text.Outlining
어셈블리:  Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)

구문

‘선언
Event RegionsExpanded As EventHandler(Of RegionsExpandedEventArgs)
event EventHandler<RegionsExpandedEventArgs> RegionsExpanded
event EventHandler<RegionsExpandedEventArgs^>^ RegionsExpanded {
    void add (EventHandler<RegionsExpandedEventArgs^>^ value);
    void remove (EventHandler<RegionsExpandedEventArgs^>^ value);
}
abstract RegionsExpanded : IEvent<EventHandler<RegionsExpandedEventArgs>,
    RegionsExpandedEventArgs>
JScript에서는 이벤트를 지원하지 않습니다.

설명

집합에서 변경 될 때이 이벤트가 발생 하지 않습니다 ICollapsible elision 해당 버퍼에 합니다.

.NET Framework 보안

참고 항목

참조

IOutliningManager 인터페이스

Microsoft.VisualStudio.Text.Outlining 네임스페이스