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 Methods

The methods of the ICodeNavigatorService interface are listed below. For a complete list of ICodeNavigatorService interface members, see the ICodeNavigatorService Members topic.

DoesHandlerExist Gets whether or not a handler for the specified event descriptor exists in the code.
GetCompatibleMethods Gets the names of methods that have signatures compatible with the specified delegate class.
GetDoesFieldExist Gets if a field of the given name exists in the code.
GetDoesMethodExist Gets whether or not a method of the specified name exists in the code.
NavigateToEvent Overloaded. Requests that the source view for the file be displayed and that the cursor be placed within the block for the given event.

See Also

ICodeNavigatorService Interface | System.ComponentModel.Design Namespace