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


VsTextImageClass.GetCharSize - метод

Возвращает число символов в образе текста.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function GetCharSize ( _
    <OutAttribute> ByRef pcch As Integer _
) As Integer
public virtual int GetCharSize(
    out int pcch
)
public:
virtual int GetCharSize(
    [OutAttribute] int% pcch
)
abstract GetCharSize : 
        pcch:int byref -> int  
override GetCharSize : 
        pcch:int byref -> int
public function GetCharSize(
    pcch : int
) : int

Параметры

  • pcch
    Тип: Int32%

    [out] указатель на количество знаков образа текста.

Возвращаемое значение

Тип: Int32

Реализации

IVsTextImage.GetCharSize(Int32%)

Безопасность платформы .NET Framework

См. также

Ссылки

VsTextImageClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен