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

‘선언
<InterfaceTypeAttribute()> _
<GuidAttribute("0000010F-0000-0000-C000-000000000046")> _
Public Interface IAdviseSink
‘사용 방법
Dim instance As 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

See Also

Reference

IAdviseSink Members

Microsoft.VisualStudio.OLE.Interop Namespace