Partager via


VsTextTipWindowClass.GetSizePreferences, méthode

Obtient les préférences de taille de la fenêtre de conseil.

Espace de noms :  Microsoft.VisualStudio.TextManager.Interop
Assembly :  Microsoft.VisualStudio.TextManager.Interop (dans Microsoft.VisualStudio.TextManager.Interop.dll)

Syntaxe

'Déclaration
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

Paramètres

  • prcCtxBounds
    Type : array<RECT[]

    [] le rectangle englobant de la fenêtre de conseil, dans l'écran coordonne.

Valeur de retour

Type : Int32

Implémentations

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

Sécurité .NET Framework

Voir aussi

Référence

VsTextTipWindowClass Classe

Microsoft.VisualStudio.TextManager.Interop, espace de noms