Поделиться через


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 - пространство имен