Поделиться через


VsTextTipWindowClass.GetSizePreferences - метод

Возвращает настройки размера окна tip.

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Public Overridable Function GetSizePreferences ( _
    <OutAttribute> prcCtxBounds As RECT(), _
    <OutAttribute> pSizeData As TIPSIZEDATA() _
) As Integer
public virtual int GetSizePreferences(
    RECT[] prcCtxBounds,
    TIPSIZEDATA[] pSizeData
)
public:
virtual int GetSizePreferences(
    [OutAttribute] array<RECT>^ prcCtxBounds, 
    [OutAttribute] array<TIPSIZEDATA>^ pSizeData
)
abstract GetSizePreferences : 
        prcCtxBounds:RECT[] byref * 
        pSizeData:TIPSIZEDATA[] byref -> int  
override GetSizePreferences : 
        prcCtxBounds:RECT[] byref * 
        pSizeData:TIPSIZEDATA[] byref -> int
public function GetSizePreferences(
    prcCtxBounds : RECT[], 
    pSizeData : TIPSIZEDATA[]
) : int

Параметры

  • prcCtxBounds
    Тип: array<RECT[]

    [out] ограничивающего прямоугольника окна tip (в координатах экрана.

Возвращаемое значение

Тип: Int32

Реализации

IVsTextTipWindow.GetSizePreferences(array<RECT[], array<TIPSIZEDATA[])

Безопасность платформы .NET Framework

См. также

Ссылки

VsTextTipWindowClass Класс

Microsoft.VisualStudio.TextManager.Interop - пространство имен