다음을 통해 공유


VsTextSpanSetClass.GetCount 메서드

텍스트 범위를 반환합니다.

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

구문

‘선언
Public Overridable Function GetCount ( _
    <OutAttribute> ByRef pcel As Integer _
) As Integer
public virtual int GetCount(
    out int pcel
)
public:
virtual int GetCount(
    [OutAttribute] int% pcel
)
abstract GetCount : 
        pcel:int byref -> int  
override GetCount : 
        pcel:int byref -> int
public function GetCount(
    pcel : int
) : int

매개 변수

  • pcel
    형식: Int32%

    [out] 텍스트 범위에서 텍스트 이미지를 지정합니다.

반환 값

형식: Int32

구현

IVsTextSpanSet.GetCount(Int32%)

.NET Framework 보안

참고 항목

참조

VsTextSpanSetClass 클래스

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