IVsSplitPane.NotifyPane(SPLITNOTIFYCODE) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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
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
);