IVsSyntheticRegion 인터페이스
네임스페이스: Microsoft.VisualStudio.TextManager.Interop
어셈블리: Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)
구문
‘선언
<GuidAttribute("B9C97AB2-2A37-4134-93E9-C3014F364AA8")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSyntheticRegion
[GuidAttribute("B9C97AB2-2A37-4134-93E9-C3014F364AA8")]
[InterfaceTypeAttribute()]
public interface IVsSyntheticRegion
[GuidAttribute(L"B9C97AB2-2A37-4134-93E9-C3014F364AA8")]
[InterfaceTypeAttribute()]
public interface class IVsSyntheticRegion
[<GuidAttribute("B9C97AB2-2A37-4134-93E9-C3014F364AA8")>]
[<InterfaceTypeAttribute()>]
type IVsSyntheticRegion = interface end
public interface IVsSyntheticRegion
IVsSyntheticRegion 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
![]() |
GetBaseBufferAnchor | 기본 버퍼 기준을 영역을 가져옵니다. |
![]() |
GetBehavior | 동작을 영역을 가져옵니다. |
![]() |
GetClientData | 클라이언트 데이터를 가져옵니다. |
![]() |
GetMarkerType | 마커 형식을 가져옵니다. |
![]() |
GetSyntheticLayerSpan | |
![]() |
GetText | |
![]() |
GetTextImage | |
![]() |
GetTextLayer | |
![]() |
Invalidate | 삭제 관리를 처리합니다. |
![]() |
IsValid | |
![]() |
SetBaseBufferAnchor | |
![]() |
SetClientData | |
![]() |
SetText | 영역의 텍스트를 설정 합니다. |
위쪽