IAdviseSink Interface
Enables containers and other objects to receive notice of changes. Standard OLE interface. For more information, see IAdviseSink.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("0000010F-0000-0000-C000-000000000046")> _
Public Interface IAdviseSink
[InterfaceTypeAttribute()]
[GuidAttribute("0000010F-0000-0000-C000-000000000046")]
public interface IAdviseSink
[InterfaceTypeAttribute()]
[GuidAttribute(L"0000010F-0000-0000-C000-000000000046")]
public interface class IAdviseSink
[<InterfaceTypeAttribute()>]
[<GuidAttribute("0000010F-0000-0000-C000-000000000046")>]
type IAdviseSink = interface end
public interface IAdviseSink
The IAdviseSink type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnClose | ||
OnDataChange | ||
OnRename | ||
OnSave | ||
OnViewChange |
Top