FlavoredProject.IVsUIHierarchy.AdviseHierarchyEvents Method
Subscribes to hierarchy events.
Namespace: Microsoft.VisualStudio.Shell.Flavor
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Private Function AdviseHierarchyEvents ( _
pEventSink As IVsHierarchyEvents, _
<OutAttribute> ByRef pdwCookie As UInteger _
) As Integer Implements IVsUIHierarchy.AdviseHierarchyEvents
int IVsUIHierarchy.AdviseHierarchyEvents(
IVsHierarchyEvents pEventSink,
out uint pdwCookie
)
Parameters
- pEventSink
Type: Microsoft.VisualStudio.Shell.Interop.IVsHierarchyEvents
IVsHierarchyEvents .
- pdwCookie
Type: System.UInt32%
A unique value, or cookie, that is needed to disable notification of hierarchy events.
Return Value
Type: System.Int32
The cookie.
Implements
IVsUIHierarchy.AdviseHierarchyEvents(IVsHierarchyEvents, UInt32%)
Remarks
This method calls the AdviseHierarchyEvents method, which calls the AdviseHierarchyEvents method on the inner project.
.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.