VsIntellisenseLangTipClass.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:
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.