다음을 통해 공유


IVsTextViewEx.AppendViewOnlyMarkerTypes 메서드

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

구문

‘선언
Function AppendViewOnlyMarkerTypes ( _
    iCountViewMarkerOnly As UInteger, _
    rgViewMarkerOnly As UInteger() _
) As Integer
int AppendViewOnlyMarkerTypes(
    uint iCountViewMarkerOnly,
    uint[] rgViewMarkerOnly
)
int AppendViewOnlyMarkerTypes(
    [InAttribute] unsigned int iCountViewMarkerOnly, 
    [InAttribute] array<unsigned int>^ rgViewMarkerOnly
)
abstract AppendViewOnlyMarkerTypes : 
        iCountViewMarkerOnly:uint32 * 
        rgViewMarkerOnly:uint32[] -> int
function AppendViewOnlyMarkerTypes(
    iCountViewMarkerOnly : uint, 
    rgViewMarkerOnly : uint[]
) : int

매개 변수

  • iCountViewMarkerOnly
    형식: UInt32
  • rgViewMarkerOnly
    형식: array<UInt32[]

반환 값

형식: Int32

.NET Framework 보안

참고 항목

참조

IVsTextViewEx 인터페이스

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