VsIntellisenseLangTipClass::GetSizePreferences Method (array<RECT>^, array<TIPSIZEDATA>^)
Visual Studio 2015
Gets the size of the language tip window.
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
public: virtual int GetSizePreferences( array<RECT>^ prcCtxBounds, array<TIPSIZEDATA>^ pSizeData )
Parameters
- prcCtxBounds
-
Type:
array<Microsoft.VisualStudio.OLE.Interop::RECT>^
[in] RECT structure containing the tip window coordinates.
- pSizeData
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::TIPSIZEDATA>^
[in] The size of the tip window.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: