Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Extends and inherits from IAdviseSink. Supports an additional notification. Standard OLE interface. For more information, see IAdviseSink2.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("00000125-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface IAdviseSink2 _
Inherits IAdviseSink
[GuidAttribute("00000125-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface IAdviseSink2 : IAdviseSink
[GuidAttribute(L"00000125-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface class IAdviseSink2 : IAdviseSink
[<GuidAttribute("00000125-0000-0000-C000-000000000046")>]
[<InterfaceTypeAttribute()>]
type IAdviseSink2 =
interface
interface IAdviseSink
end
public interface IAdviseSink2 extends IAdviseSink
The IAdviseSink2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnClose | |
![]() |
OnDataChange | |
![]() |
OnLinkSrcChange | |
![]() |
OnRename | |
![]() |
OnSave | |
![]() |
OnViewChange |
Top