IVsSplitter.NotifyPane-Methode
Benachrichtigt von 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 IVsSplitter::NotifyPane(
[in] SPLITNOTIFYCODE iCode
);
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.