Condividi tramite


Metodo VsTextTipWindowClass.GetSizePreferences

Ottiene le preferenze di dimensioni della finestra del suggerimento.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Sintassi

'Dichiarazione
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

Parametri

  • prcCtxBounds
    Tipo: array<RECT[]

    [out] Il rettangolo di delimitazione della finestra del suggerimento, nelle coordinate dello schermo.

Valore restituito

Tipo: Int32

Implementa

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

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VsTextTipWindowClass Classe

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop