Share via


IAdviseSinkEx Interface

Extends IAdviseSink to provide notification of changes in an object's view status. Standard OLE interface. For more information, see IAdviseSinkEx.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")> _
Public Interface IAdviseSinkEx _
    Inherits IAdviseSink
[InterfaceTypeAttribute()]
[GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
public interface IAdviseSinkEx : IAdviseSink
[InterfaceTypeAttribute()]
[GuidAttribute(L"3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
public interface class IAdviseSinkEx : IAdviseSink
[<InterfaceTypeAttribute()>]
[<GuidAttribute("3AF24290-0C96-11CE-A0CF-00AA00600AB8")>]
type IAdviseSinkEx =  
    interface 
        interface IAdviseSink 
    end
public interface IAdviseSinkEx extends IAdviseSink

The IAdviseSinkEx type exposes the following members.

Methods

  Name Description
Public method OnClose
Public method OnDataChange
Public method OnRename
Public method OnSave
Public method OnViewChange
Public method OnViewStatusChange

Top

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace