VsIntellisenseLangTipClass.GetSizeY(Int16) Method

Definition

Gets the height of the tip window.

public:
 virtual int GetSizeY([Runtime::InteropServices::Out] short % pSizeY) = Microsoft::VisualStudio::TextManager::Interop::IVsIntellisenseLangTip::GetSizeY;
public:
 virtual int GetSizeY([Runtime::InteropServices::Out] short % pSizeY);
 virtual int GetSizeY([Runtime::InteropServices::Out] short & pSizeY);
public virtual int GetSizeY (out short pSizeY);
abstract member GetSizeY : int16 -> int
override this.GetSizeY : int16 -> int
Public Overridable 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.

Implements

Applies to