IVsIntellisenseLangTip.GetSizeY(Int16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the height of the tip window.
public:
int GetSizeY([Runtime::InteropServices::Out] short % pSizeY);
int GetSizeY([Runtime::InteropServices::Out] short & pSizeY);
public int GetSizeY (out short pSizeY);
abstract member GetSizeY : int16 -> int
Public Function GetSizeY (ByRef pSizeY As Short) As Integer
Parameters
- pSizeY
- Int16
[out] The height of the tip window.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.