IVsSplitPane.NotifyPane(SPLITNOTIFYCODE) Methode

Definition

Sendet Benachrichtigung der Aufteilungsanpassung.

public:
 int NotifyPane(Microsoft::VisualStudio::TextManager::Interop::SPLITNOTIFYCODE iCode);
public:
 int NotifyPane(Microsoft::VisualStudio::TextManager::Interop::SPLITNOTIFYCODE iCode);
int NotifyPane(Microsoft::VisualStudio::TextManager::Interop::SPLITNOTIFYCODE iCode);
public int NotifyPane (Microsoft.VisualStudio.TextManager.Interop.SPLITNOTIFYCODE iCode);
abstract member NotifyPane : Microsoft.VisualStudio.TextManager.Interop.SPLITNOTIFYCODE -> int
Public Function NotifyPane (iCode As SPLITNOTIFYCODE) As Integer

Parameter

iCode
SPLITNOTIFYCODE

[in] Der SPLITNOTIFYCODE-Wert.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus textmgr. idl:

HRESULT IVsSplitPane::NotifyPane(  
   [in] SPLITNOTIFYCODE iCode  
);  

Gilt für