NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ICodeNavigatorService Interface

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.

Classes that Implement ICodeNavigatorService

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.

Remarks

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.

Requirements

Namespace: System.ComponentModel.Design

Assembly: System.dll

See Also

ICodeNavigatorService Members | System.ComponentModel.Design Namespace