ICodeNavigate 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.
Provides a method to display the default event handler code for a given displayed object.
public interface class ICodeNavigate
public interface class ICodeNavigate
__interface ICodeNavigate
[System.Runtime.InteropServices.Guid("6D5140C4-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICodeNavigate
[System.Runtime.InteropServices.Guid("6D5140C4-7436-11CE-8034-00AA006009FA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ICodeNavigate
[<System.Runtime.InteropServices.Guid("6D5140C4-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICodeNavigate = interface
[<System.Runtime.InteropServices.Guid("6D5140C4-7436-11CE-8034-00AA006009FA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ICodeNavigate = interface
Public Interface ICodeNavigate
- Derived
- Attributes
Remarks
Use the SCodeNavigate (SID_SCodeNavigate) service to get an instance of the interface.
Methods
DisplayDefaultEventHandler(String) |
Displays the default event handler. |