ModelingErrorListProvider.IVsRunningDocTableEvents.OnAfterDocumentWindowHide – metoda
IVsRunningDocTableEvents.OnAfterDocumentWindowHide
Obor názvů: Microsoft.VisualStudio.Modeling.Shell
Sestavení: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (v Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
Syntaxe
'Deklarace
Private Function OnAfterDocumentWindowHide ( _
docCookie As UInteger, _
pFrame As IVsWindowFrame _
) As Integer Implements IVsRunningDocTableEvents.OnAfterDocumentWindowHide
int IVsRunningDocTableEvents.OnAfterDocumentWindowHide(
uint docCookie,
IVsWindowFrame pFrame
)
Parametry
- docCookie
Typ: System.UInt32
Vrácená hodnota
Typ: System.Int32
Implementuje
IVsRunningDocTableEvents.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.