VsTextImageClass::GetCharSize Method (Int32)
Visual Studio 2015
Returns the number of characters in the text image.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pcch
-
Type:
System::Int32
[out] Pointer to a character count of the text image.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsTextImage::GetCharSize(Int32)
Show: