Freigeben über


IVsSplitRoot.GetPane-Methode

Ruft den geteilten Bereich ab.

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

Syntax

'Declaration
Function GetPane ( _
    PANETYPE As PANETYPE, _
    <OutAttribute> ByRef ppPane As IVsSplitPane _
) As Integer
int GetPane(
    PANETYPE PANETYPE,
    out IVsSplitPane ppPane
)
int GetPane(
    [InAttribute] PANETYPE PANETYPE, 
    [OutAttribute] IVsSplitPane^% ppPane
)
abstract GetPane : 
        PANETYPE:PANETYPE * 
        ppPane:IVsSplitPane byref -> int
function GetPane(
    PANETYPE : PANETYPE, 
    ppPane : IVsSplitPane
) : int

Parameter

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsSplitRoot::GetPane(
   [in] PANETYPE paneType,
   [out] IVsSplitPane **ppPane
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsSplitRoot Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace