Freigeben über


IVsSplitPane.NotifyPane-Methode

Sendet eine Benachrichtigung der Splitter Farbanpassung.

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

Syntax

'Declaration
Function NotifyPane ( _
    iCode As SPLITNOTIFYCODE _
) As Integer
int NotifyPane(
    SPLITNOTIFYCODE iCode
)
int NotifyPane(
    [InAttribute] SPLITNOTIFYCODE iCode
)
abstract NotifyPane : 
        iCode:SPLITNOTIFYCODE -> int
function NotifyPane(
    iCode : SPLITNOTIFYCODE
) : 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 IVsSplitPane::NotifyPane(
   [in] SPLITNOTIFYCODE iCode
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsSplitPane Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace