다음을 통해 공유


VsTextBufferClass.GetMarkerData 메서드

텍스트 마커 데이터 버퍼 내의 지정 된 줄 범위를 반환합니다.

네임스페이스:  Microsoft.VisualStudio.TextManager.Interop
어셈블리:  Microsoft.VisualStudio.TextManager.Interop(Microsoft.VisualStudio.TextManager.Interop.dll)

구문

‘선언
Public Overridable Function GetMarkerData ( _
    iTopLine As Integer, _
    iBottomLine As Integer, _
    <OutAttribute> pMarkerData As MARKERDATA() _
) As Integer
public virtual int GetMarkerData(
    int iTopLine,
    int iBottomLine,
    MARKERDATA[] pMarkerData
)
public:
virtual int GetMarkerData(
    [InAttribute] int iTopLine, 
    [InAttribute] int iBottomLine, 
    [OutAttribute] array<MARKERDATA>^ pMarkerData
)
abstract GetMarkerData : 
        iTopLine:int * 
        iBottomLine:int * 
        pMarkerData:MARKERDATA[] byref -> int  
override GetMarkerData : 
        iTopLine:int * 
        iBottomLine:int * 
        pMarkerData:MARKERDATA[] byref -> int
public function GetMarkerData(
    iTopLine : int, 
    iBottomLine : int, 
    pMarkerData : MARKERDATA[]
) : int

매개 변수

  • iTopLine
    형식: Int32

    [in] 위 줄의 마커 데이터입니다.

  • iBottomLine
    형식: Int32

    [in] 아래 줄의 마커 데이터입니다.

반환 값

형식: Int32

구현

IVsTextLines.GetMarkerData(Int32, Int32, array<MARKERDATA[])

.NET Framework 보안

참고 항목

참조

VsTextBufferClass 클래스

Microsoft.VisualStudio.TextManager.Interop 네임스페이스