IVsIntellisenseLangTip.GetSizeY(Int16) Method

Definition

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.

Applies to