IVsRunningDocTableEvents3.OnAfterDocumentWindowHide Method (UInt32, IVsWindowFrame)
Called after a document window is hidden.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Déclaration
Function OnAfterDocumentWindowHide ( _
docCookie As UInteger, _
pFrame As IVsWindowFrame _
) As Integer
'Utilisation
Dim instance As IVsRunningDocTableEvents3
Dim docCookie As UInteger
Dim pFrame As IVsWindowFrame
Dim returnValue As Integer
returnValue = instance.OnAfterDocumentWindowHide(docCookie, _
pFrame)
int OnAfterDocumentWindowHide(
uint docCookie,
IVsWindowFrame pFrame
)
int OnAfterDocumentWindowHide(
[InAttribute] unsigned int docCookie,
[InAttribute] IVsWindowFrame^ pFrame
)
abstract OnAfterDocumentWindowHide :
docCookie:uint32 *
pFrame:IVsWindowFrame -> int
function OnAfterDocumentWindowHide(
docCookie : uint,
pFrame : IVsWindowFrame
) : int
Parameters
- docCookie
Type: System.UInt32
[in] Abstract value representing the document whose attributes have been changed.
- pFrame
Type: Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame
[in] The IVsWindowFrame interface representing the document window's frame.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsRunningDocTableEvents2.OnAfterDocumentWindowHide(UInt32, IVsWindowFrame)
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsRunningDocTableEvents3::OnAfterDocumentWindowHide(
[in] VSCOOKIE docCookie,
[in] IVsWindowFrame *pFrame
);
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsRunningDocTableEvents3 Interface
IVsRunningDocTableEvents3 Members