Provides simple code navigation services.
ICodeNavigatorService
[Visual Basic] Public Interface ICodeNavigatorService [C#] public interface ICodeNavigatorService [C++] public __gc __interface ICodeNavigatorService
[JScript] In JScript, you can use the interfaces in the NGWS frameworks, but you cannot define your own.
Class | Description |
---|---|
ComponentModelPersister | Component model persister. This object can convert a component object graph to and from source code. It also provides code navigation services to the designer. |
A code stream can support event navigation to code. If so, it can provide this service to the designer host. There can be only one code navigator at a time.
Namespace: System.ComponentModel.Design
Assembly: System.dll
ICodeNavigatorService Members | System.ComponentModel.Design Namespace