IVsTextOut Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
| Name | Description | |
|---|---|---|
![]() | VsGetTextExtent(UInt32, Int32, array<UInt16>^, array<SIZE>^) | Gets the extent of text's Hardware Device Context (HDC), number of characters, and outputs a pointer to the length of the pText parameter. Returns a Windows structure that represents the size of the text. |
![]() | VsTextOut(UInt32, Int32, array<UInt16>^, UInt32, Int32, Int32, array<RECT>^) | Outputs text to a location specified to a Hardware Device Context (HDC). |
Show:
