IAdviseSinkEx 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 IAdviseSink to provide notification of changes in an object's view status. Standard OLE interface. For more information, see IAdviseSinkEx.
public interface class IAdviseSinkEx : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
public interface class IAdviseSinkEx : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
__interface IAdviseSinkEx : Microsoft::VisualStudio::OLE::Interop::IAdviseSink
[System.Runtime.InteropServices.Guid("3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IAdviseSinkEx : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[System.Runtime.InteropServices.Guid("3AF24290-0C96-11CE-A0CF-00AA00600AB8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IAdviseSinkEx : Microsoft.VisualStudio.OLE.Interop.IAdviseSink
[<System.Runtime.InteropServices.Guid("3AF24290-0C96-11CE-A0CF-00AA00600AB8")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IAdviseSinkEx = interface
interface IAdviseSink
[<System.Runtime.InteropServices.Guid("3AF24290-0C96-11CE-A0CF-00AA00600AB8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IAdviseSinkEx = interface
interface IAdviseSink
Public Interface IAdviseSinkEx
Implements IAdviseSink
- Attributes
- Implements
Methods
OnClose() | |
OnDataChange(FORMATETC[], STGMEDIUM[]) | |
OnRename(IMoniker) | |
OnSave() | |
OnViewChange(UInt32, Int32) | |
OnViewStatusChange(UInt32) |