Freigeben über


VsMethodTipWindowClass.GetSizePreferences-Methode

Gibt die bevorzugten Größen für das Fenster Spitze zurück.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

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

Parameter

  • prcCtxBounds
    Typ: array<RECT[]

    [out]Das umschließende Rechteck des Fensters Spitze in Bildschirmkoordinaten.

Rückgabewert

Typ: Int32

Implementiert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

VsMethodTipWindowClass Klasse

Microsoft.VisualStudio.TextManager.Interop-Namespace