ICollapsible 인터페이스
축소될 수 있는 범위를 나타냅니다.
네임스페이스: Microsoft.VisualStudio.Text.Outlining
어셈블리: Microsoft.VisualStudio.Text.UI(Microsoft.VisualStudio.Text.UI.dll)
구문
‘선언
Public Interface ICollapsible
public interface ICollapsible
public interface class ICollapsible
type ICollapsible = interface end
public interface ICollapsible
ICollapsible 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
CollapsedForm | 축소된 UI의 데이터 개체를 가져옵니다. | |
CollapsedHintForm | 축소된 UI 도구 설명의 데이터 개체를 가져옵니다. | |
Extent | 이 축소 가능한 영역의 범위를 가져옵니다. | |
IsCollapsed | 개요 영역이 축소되었는지 여부를 확인합니다. | |
IsCollapsible | 이 영역이 축소 가능한지 여부를 확인합니다. | |
Tag | 이 축소 가능한 영역을 생성하는 데 사용된 IOutliningRegionTag를 가져옵니다. |
위쪽