IAdviseSink2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extends and inherits from IAdviseSink. Supports an additional notification. Standard OLE interface. For more information, see IAdviseSink2.
public interface class IAdviseSink2 : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
public interface class IAdviseSink2 : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
__interface IAdviseSink2 : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
[System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAdviseSink2 : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAdviseSink2 : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[<System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAdviseSink2 = interface
interface IAdviseSink
[<System.Runtime.InteropServices.Guid("00000125-0000-0000-C000-000000000046")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAdviseSink2 = interface
interface IAdviseSink
Public Interface IAdviseSink2
Implements IAdviseSink
- Attributes
- Implements
Methods
OnClose() | |
OnDataChange(FORMATETC[], STGMEDIUM[]) | |
OnLinkSrcChange(IMoniker) | |
OnRename(IMoniker) | |
OnSave() | |
OnViewChange(UInt32, Int32) |